PDFDocumentInformation¶
Namespace: O2S.Components.PDF4NET
Defines the general document information.
Inheritance Object → PDFDocumentInformation
Constructors¶
PDFDocumentInformation()¶
Initializes a new PDFDocumentInformation object.
Properties¶
Author¶
Gets or sets the author.
Property Value
String
The name of the person who created the document.
CosDictionary¶
Gets the COS dictionary asssociated with this object.
Property Value
PDFCosDictionary
The internal COS dictionary.
Remarks
Incorrect manipulation of the information in the COS dictionary can lead to invalid PDF files.
CreationDate¶
Gets or sets the creation date.
Property Value
DateTime
The date and time the document was created.
Creator¶
Gets or sets the creator.
Property Value
String
The name of the application that created the document.
Keywords¶
Gets or sets the keywords.
Property Value
String
Keywords associated with the document.
ModifyDate¶
Gets or sets the modify date.
Property Value
DateTime
The date and time the document was most recently modified.
Producer¶
Gets or sets the produced.
Property Value
String
The PDF module that generated the PDF document.
Subject¶
Gets or sets the subject.
Property Value
String
The subject of the document.
Title¶
Gets or sets the title.
Property Value
String
The title of the document.