Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / BuiltInPropertyCollection Class
Properties Methods

In This Topic
    BuiltInPropertyCollection Class Members
    In This Topic

    The following tables list the members exposed by BuiltInPropertyCollection.

    Public Properties
     NameDescription
    Public Property Gets or sets the version number of the application that created the document.  
    Public Property Gets or sets the name of the application.  
    Public Property Gets or sets the name of the document's author.  
    Public Property Gets or sets the category of the document.  
    Public Property Gets or sets an estimate of the number of characters in the document.  
    Public Property Gets or sets an estimate of the number of characters (including spaces) in the document.  
    Public Property Gets or sets the document comments.  
    Public Property Gets or sets the company property.  
    Public Property Returns the number of properties in the collection. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Public Property Gets or sets date of the document creation in UTC.  
    Public Property Gets or sets the signature of a digitally signed document.  
    Public Property Gets or sets the document headings and their names.  
    Public Property Specifies the base string used for evaluating relative hyperlinks in this document.  
    Public Property Gets or sets the set of hyperlinks that were in this document when last saved.  
    Public Property Gets or sets whether one or more hyperlinks in the document were updated exclusively by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this document.  
    Public Property Gets or sets an unambiguous document identifier.  
    Public Property Gets a document property by the case-insensitive name. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Public Property Gets or sets the document keywords.  
    Public Property Gets or sets the value that identifies the document content language.  
    Public Property Gets or sets the date when the document was last printed in UTC.  
    Public Property Gets or sets the name of the last author.  
    Public Property Gets or sets the time of the last save in UTC.  
    Public Property Gets or sets an estimate of the number of lines in the document.  
    Public Property Gets or sets whether hyperlinks in a document are up-to-date.  
    Public Property Gets or sets the manager property.  
    Public Property Gets or sets an estimate of the number of pages in the document.  
    Public Property Gets or sets an estimate of the number of paragraphs in the document.  
    Public Property Gets or sets the document revision number.  
    Public Property Gets or sets the security level of a document as a numeric value.  
    Public Property Gets or sets whether this document is currently shared between multiple producers. If true, producers should take care when updating the document.  
    Public Property Gets or sets the document status.  
    Public Property Gets or sets the subject of the document.  
    Public Property Gets or sets the informational name of the document template.  
    Public Property Gets or sets the display mode of the document thumbnail. Set to true to enable scaling of the document thumbnail to the display. Set to false to enable cropping of the document thumbnail to show only sections that fits the display.  
    Public Property Gets or sets the title of the document.  
    Public Property Gets or sets the names of a parts in the document. These parts are conceptual representations of document sections.  
    Public Property Gets or sets the total editing time in minutes.  
    Public Property Gets or sets the document version.  
    Public Property Gets or sets an estimate of the number of words in the document.  
    Top
    Public Methods
     NameDescription
    Public Method Gets whether a property with specified name exists in the document. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Public Method Gets a document property by the case-insensitive name. (Inherited from GrapeCity.Documents.Word.DocumentPropertyCollection)
    Top
    See Also