Table of Contents

Class DocumentInformation

Namespace
UglyToad.PdfPig.Content
Assembly
UglyToad.PdfPig.dll

Metadata for the PDF document.

public class DocumentInformation
Inheritance
DocumentInformation
Inherited Members

Properties

Author

The name of the person who created this document if applicable.

public string Author { get; }

Property Value

string

CreationDate

The date and time the document was created.

public string CreationDate { get; }

Property Value

string

Creator

The name of the application which created the original document before it was converted to PDF if applicable.

public string Creator { get; }

Property Value

string

DocumentInformationDictionary

The underlying document information PDF dictionary from the document.

public DictionaryToken DocumentInformationDictionary { get; }

Property Value

DictionaryToken

Keywords

Any keywords associated with this document if applicable.

public string Keywords { get; }

Property Value

string

ModifiedDate

The date and time the document was most recently modified.

public string ModifiedDate { get; }

Property Value

string

Producer

The name of the application used to convert the original document to PDF if applicable.

public string Producer { get; }

Property Value

string

Subject

The subject of this document if applicable.

public string Subject { get; }

Property Value

string

Title

The title of this document if applicable.

public string Title { get; }

Property Value

string

Methods

GetCreatedDateTimeOffset()

Gets the CreationDate as a DateTimeOffset if it's possible to convert it, or null.

public DateTimeOffset? GetCreatedDateTimeOffset()

Returns

DateTimeOffset?

GetModifiedDateTimeOffset()

Gets the ModifiedDate as a DateTimeOffset if it's possible to convert it, or null.

public DateTimeOffset? GetModifiedDateTimeOffset()

Returns

DateTimeOffset?

ToString()

Gets a string representing this document information. null entries are not shown.

public override string ToString()

Returns

string