This class encapsulates the options to control the PDF document
description (author, title, keywords, etc). The PDFConverter class define
a reference to an object of this type
| C# | Visual Basic | Visual C++ |
public class DocumentInformation
Public Class DocumentInformation
public ref class DocumentInformation
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Author |
Gets or sets the name of the person who created the document..
| |
| CreationDate |
Gets or sets the date and time the document was created, in human-readable form.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| Keywords |
Gets or sets the keywords associated with the document..
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Producer |
Gets or sets the name of the application that produced the PDF document
if for example the document was converted to PDF from another format.
| |
| Subject |
Gets or sets the subject of the document.
| |
| Title |
Gets or sets the document’s title..
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| DocumentInformation | |