[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DocumentProperties

DocumentProperties Class

Represents the document properties of PDF.

Inheritance
DocumentProperties
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class DocumentProperties
Public Class DocumentProperties

Constructors

Name Description
DocumentProperties()

Properties

Name Description
Author

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

CreationDate

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

Creator

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

EmbedStandardWindowsFonts

True to embed true type fonts. The default value is true.

Keywords

Gets or sets keyword associated with the document.

ModifyDate

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

PdfVersion

Gets or sets the PDF Version of the generated document. By default the version is determined automatically based on which features are used in this document. Setting this property in the format "1.X" (where X is a digit from 1 to 9) overrides the automatic value with the specified one. Setting this property to zero to the default behavior.

Producer

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

Subject

Gets or sets the subject of the document.

Title

Gets or sets the title of the document.