Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DocumentProperties Class
Properties

In This Topic
    DocumentProperties Class Members
    In This Topic

    The following tables list the members exposed by DocumentProperties.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the name of the person that created the document.  
    Public Property Gets or sets the creation date and time of the document.  
    Public Property Gets or sets the name of the application that created the original document.  
    Public Property True to embed true type fonts. The default value is true.  
    Public Property Gets or sets keyword associated with the document.  
    Public Property Gets or sets the date and time the document was most recently modified.  
    Public Property 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 Property Gets or sets the name of the application that created the document.  
    Public Property Gets or sets the subject of the document.  
    Public Property Gets or sets the title of the document.  
    Top
    See Also