DocumentInformation Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Represents class for a PDF document's metadata.
Inheritance Hierarchy
Bytescout.PDFDocumentInformation
Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.3.0.623-master
Syntax
The DocumentInformation type exposes the following members.
Properties
Name | 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. |
![]() | CreationDateISO | Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00". |
![]() | Creator | Gets or sets additional information about the creator of the current PDF document. |
![]() | CustomProperties | |
![]() | Keywords | Gets or sets the keywords associated with the document. |
![]() | ModificationDate | Gets or sets the date and time the document was last modified. |
![]() | ModificationDateISO | Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00". |
![]() | Producer | Gets or sets the name of the application that produced the PDF document. |
![]() | Subject | Gets or sets the subject of the document. |
![]() | Title | Gets or sets the document’s title. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See Also