Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DocumentProperties Members

Contains core properties of the document.

Properties

Name Description
Category

Gets or sets metadata used for categorization of the document content, e.g. Resume, Letter, Financial Forecast, Proposal, Technical Presentation, and so on.

ContentStatus Gets or sets metadata recognized as the status of the content (e.g., “Draft”, “Reviewed”, or “Final”).
ContentType Gets or sets metadata recognized as the type of the content, defined by a specific use and intended audience (Whitepaper, Security Bulletin, Exam etc.)
Created Gets or sets metadata recognized as the date and time when the document was first saved.
Creator Gets or sets metadata recognized as the person or organization primarily responsible for the document content.
Description

Gets or sets metadata recognized as an explanation of the document’s content (abstract, table of contents, reference to a graphical representation of content etc.).

Identifier

Gets or sets metadata recognized as an unambiguous reference to the resource within a given context.

Keywords Gets or sets metadata recognized as a delimited set of keywords to support searching and indexing.
Language Gets or sets metadata recognized as the language of the document’s content.
LastModifiedBy Gets or sets the name of the last user who modified and saved the document.
LastPrinted Gets or sets the date and time that a document was last printed.
Modified Gets or sets the date and time a document was last saved.
Revision Gets or sets the number of document saves or revisions.
Subject Gets or sets metadata recognized as the document’s topic of the content.
Title Gets or sets metadata recognized as the document’s Title.
Version Gets or sets metadata recognized as the document’s version number set by the user or by the application.
See Also