[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DocumentProperties

Class DocumentProperties

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the document properties of pdf.

public class DocumentProperties
Inheritance
object
DocumentProperties
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DocumentProperties()

public DocumentProperties()

Properties

Author

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

public string Author { get; set; }

Property Value

string

CreationDate

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

public DateTime CreationDate { get; set; }

Property Value

System.DateTime

Creator

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

public string Creator { get; set; }

Property Value

string

EmbedStandardWindowsFonts

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

public bool EmbedStandardWindowsFonts { get; set; }

Property Value

bool

Keywords

Gets or sets keyword associated with the document.

public string Keywords { get; set; }

Property Value

string

ModifyDate

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

public DateTime ModifyDate { get; set; }

Property Value

System.DateTime

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.

public float PdfVersion { get; set; }

Property Value

float

Producer

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

public string Producer { get; set; }

Property Value

string

Subject

Gets or sets the subject of the document.

public string Subject { get; set; }

Property Value

string

Title

Gets or sets the title of the document.

public string Title { get; set; }

Property Value

string