Link Search Menu Expand Document

DocumentInformation Class

Represents class for a PDF document's metadata.
Inheritance Hierarchy
SystemObject
Bytescout.PDFDocumentInformation

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public class DocumentInformation

The DocumentInformation type exposes the following members.

Properties
NameDescription
Public propertyAuthor
Gets or sets the name of the person who created the document.
Public propertyCreationDate
Gets or sets the date and time the document was created.
Public propertyCreationDateISO
Gets the document creation date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public propertyCreator
Gets or sets additional information about the creator of the current PDF document.
Public propertyCustomProperties
Public propertyKeywords
Gets or sets the keywords associated with the document.
Public propertyModificationDate
Gets or sets the date and time the document was last modified.
Public propertyModificationDateISO
Gets the document modification date in ISO 8601 format, e.g. "1997-07-16T19:20:30.45+01:00".
Public propertyProducer
Gets or sets the name of the application that produced the PDF document.
Public propertySubject
Gets or sets the subject of the document.
Public propertyTitle
Gets or sets the document’s title.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference