[]
A collection of built-in document properties.
public interface IBuiltInDocumentPropertyCollection : IDocumentPropertyCollection
Gets or sets the name of the document's author.
string Author { get; set; }
Gets or sets the category of the document.
string Category { get; set; }
Gets or sets the document comments.
string Comments { get; set; }
Gets or sets the company property.
string Company { get; set; }
Gets or sets the content status of the document.
string ContentStatus { get; set; }
Gets or sets the content type of the document.
string ContentType { get; set; }
Gets or sets date of the document creation in local timezone.
DateTime CreatedDate { get; set; }
This property does not get updated automatically when modifying the document.
Gets or sets the version of the file.
string DocumentVersion { get; set; }
Gets or sets the hyperlinkbase property.
string HyperlinkBase { get; set; }
Gets or sets the document keywords.
string Keywords { get; set; }
Gets or sets the document's language.
string Language { get; set; }
Gets or sets the Universal time when the document was last printed.
DateTime LastPrinted { get; set; }
Gets or sets the name of the last author.
string LastSavedBy { get; set; }
This property does not get updated automatically when modifying the document.
Gets or sets the time of the last save in local timezone.
DateTime LastSavedTime { get; set; }
This property does not get updated automatically when modifying the document.
Gets or sets whether hyperlinks in a document are up-to-date.
bool LinksUpToDate { get; set; }
Gets or sets the manager property.
string Manager { get; set; }
Gets or sets the name of the application.
string NameOfApplication { get; set; }
Gets or sets an estimate of the number of pages in the document.
int Pages { get; set; }
Gets or sets the document revision number.
string RevisionNumber { get; set; }
This property does not get updated automatically when modifying the document.
Gets or sets the display mode of the document thumbnail.
bool ScaleCrop { get; set; }
Gets or sets the subject of the document.
string Subject { get; set; }
Gets or sets the informational name of the document template.
string Template { get; set; }
Gets or sets the title of the document.
string Title { get; set; }
Gets or sets the total editing time in minutes.
int TotalEditingTime { get; set; }
Gets or sets an estimate of the number of words in the document.
int Words { get; set; }