[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DocumentInfo

Class DocumentInfo

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Contains information about the document. This information includes the document author, title, keywords, etc.

public class DocumentInfo : PdfDictWrapper, IPdfDict
Inheritance
object
DocumentInfo
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Constructors

DocumentInfo()

Initializes a new instance of the DocumentInfo class.

public DocumentInfo()

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Properties

Author

Gets or sets the name of the person that created the document.

public string Author { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

CreationDate

Gets or sets the creation date and time of the document.

public PdfDateTime? CreationDate { get; set; }

Property Value

PdfDateTime?

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Creator

Gets or sets the name of the application that created the original document.

public string Creator { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Keywords

Gets or sets keywords (separated by comma) associated with the document.

public string Keywords { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

ModifyDate

Gets or sets the date and time the document was most recently modified.

public PdfDateTime? ModifyDate { get; set; }

Property Value

PdfDateTime?

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Producer

Gets or sets the name of the application that created the document.

public string Producer { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Subject

Gets or sets the subject of the document.

public string Subject { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Title

Gets or sets the title of the document.

public string Title { get; set; }

Property Value

string

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.

Methods

Reset()

Resets properties of this DocumentInfo object to default values.

public void Reset()

Remarks

You don't have to provide this information, it is optional. If provided, it is saved with the document and is available to the reader application.

Some reader applications may allow users to search documents by author, subject, or keyword.