This class encapsulates the options to control the PDF document description (author, title, keywords, etc).
The Document class exposes a reference to an object of this type in the DocumentInformation property
Inheritance Hierarchy
Winnovative.ExcelToPdfDocumentInformation
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
The DocumentInformation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Author |
Gets or sets the name of document author.
| |
CreationDate |
Gets or sets the date and time the PDF document was created.
| |
Keywords |
Gets or sets the keywords associated with the PDF document.
| |
Producer |
Gets the name of the PDF document producer.
| |
Subject |
Gets or sets the subject of a PDF document.
| |
Title |
Gets or sets the document title.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also