Class DocumentProperties

DocumentProperties class

Contains document property elements such as the document’s title, author, and so on.

public class DocumentProperties

Properties

NameDescription
AlternateNames { get; set; }Specifies the alternate names for a document.
BuildNumberCreated { get; set; }Contains the full build number of the instance used to create the document.
BuildNumberEdited { get; set; }Contains the build number of the instance last used to edit the document.
Category { get; set; }Specifies the descriptive text for the type of drawing, such as flowchart or office layout. This text can also be entered in the Microsoft Visio user interface in the Category box in the Properties dialog box.
Company { get; set; }Contains user-entered information identifying the company creating the drawing or the company the drawing is being created for. Maximum length is 63 characters.
Creator { get; set; }Identifies who created or last updated the file. The maximum length is 63 characters.
CustomProps { get; }Collection of CustomProp.
Desc { get; set; }Contains a descriptive text string for a document. Use this element to store important information about the document, such as its purpose, recent changes, or pending changes. The maximum is 191 characters.
HyperlinkBase { get; set; }Contains the path to be used for relative hyperlinks (hyperlinks for which the linked file location is described in relation to the Microsoft Visio diagram). By default, a hyperlink path is relative to the current document unless a different path is specified in this element. Maximum length is 256 characters.
Keywords { get; set; }Contains a text string that identifies topics or other important information about the file, such as project name, client name, or version number. The maximum string length is 63 characters.
Language { get; set; }Specifies the language
Manager { get; set; }Contains a user-entered text string identifying the person in charge of the project or department. The maximum length is 63 characters.
PreviewPicture { get; set; }Contains a metafile stream that serves as a preview of the document.
Subject { get; set; }Contains a user-defined text string that describes the contents of the document. Maximum length is 63 characters.
Template { get; set; }Contains a string value specifying the file name of the template from which the document was created.
TimeCreated { get; set; }Contains date and time value indicating when the document was created.
TimeEdited { get; set; }Contains date and time value indicating when the document was last edited.
TimePrinted { get; set; }Contains date and time value indicating when the document was last printed.
TimeSaved { get; set; }Contains date and time value indicating when the document was last saved.
Title { get; set; }Contains a user-defined text string that serves as a descriptive title for the document. Maximum length is 63 characters.

See Also