Skip to content

PDFDocumentInformation

Namespace: O2S.Components.PDF4NET

Defines the general document information.

public class PDFDocumentInformation

Inheritance ObjectPDFDocumentInformation

Constructors

PDFDocumentInformation()

Initializes a new PDFDocumentInformation object.

public PDFDocumentInformation()

Properties

Author

Gets or sets the author.

public string Author { get; set; }

Property Value

String
The name of the person who created the document.


CosDictionary

Gets the COS dictionary asssociated with this object.

public PDFCosDictionary CosDictionary { get; }

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.

public DateTime CreationDate { get; set; }

Property Value

DateTime
The date and time the document was created.


Creator

Gets or sets the creator.

public string Creator { get; set; }

Property Value

String
The name of the application that created the document.


Keywords

Gets or sets the keywords.

public string Keywords { get; set; }

Property Value

String
Keywords associated with the document.


ModifyDate

Gets or sets the modify date.

public DateTime ModifyDate { get; set; }

Property Value

DateTime
The date and time the document was most recently modified.


Producer

Gets or sets the produced.

public string Producer { get; set; }

Property Value

String
The PDF module that generated the PDF document.


Subject

Gets or sets the subject.

public string Subject { get; set; }

Property Value

String
The subject of the document.


Title

Gets or sets the title.

public string Title { get; set; }

Property Value

String
The title of the document.