This class encapsulates the options to control the merged PDF document
description (author, title, keywords, etc). The PDFMerge class defines
a reference to an object of this type
| C# | Visual Basic | Visual C++ |
public class PdfDocumentInfo
Public Class PdfDocumentInfo
public ref class PdfDocumentInfo
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PdfDocumentInfo()()() | ||
| Application |
Gets or sets the name of the application that produced this document
| |
| AuthorName |
Gets or sets name of the document author.
| |
| CreatedDate |
Gets or sets the date and time when the document was created.
| |
| 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 document keywords.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Subject |
Gets or sets the subject of the document.
| |
| Title |
Gets or sets document title.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| PdfDocumentInfo | |