DocumentProperties
Contents
[
Hide
]DocumentProperties class
Contains document property elements such as the document’s title, author, and so on.
Properties
| Name | Type | Description |
|---|---|---|
| Title | String | Contains a user-defined text string that serves as a descriptive title for the document. Maximum length is 63 characters |
| Subject | String | Contains a user-defined text string that describes the contents of the document. Maximum length is 63 characters. |
| Creator | String | Identifies who created or last updated the file. The maximum length is 63 characters. |
| Manager | String | Contains a user-entered text string identifying the person in charge of the project or department. The maximum length is |
| Company | String | Contains user-entered information identifying the company creating the drawing or the company the drawing is being creat |
| Category | String | Specifies the descriptive text for the type of drawing, such as flowchart or office layout. This text can also be entere |
| Keywords | String | Contains a text string that identifies topics or other important information about the file, such as project name, clien |
| Language | String | Specifies the language |
| Desc | String | Contains a descriptive text string for a document. Use this element to store important information about the document, s |
| HyperlinkBase | String | Contains the path to be used for relative hyperlinks (hyperlinks for which the linked file location is described in rela |
| AlternateNames | String | Specifies the alternate names for a document. |
| Template | String | Contains a string value specifying the file name of the template from which the document was created. |
| BuildNumberCreated | String | Contains the full build number of the instance used to create the document. |
| BuildNumberEdited | String | Contains the build number of the instance last used to edit the document. |
| PreviewPicture | byte[] | Contains a metafile stream that serves as a preview of the document. |
| TimeCreated | DateTime | Contains date and time value indicating when the document was created. |
| TimeSaved | DateTime | Contains date and time value indicating when the document was last saved. |
| TimeEdited | DateTime | Contains date and time value indicating when the document was last edited. |
| TimePrinted | DateTime | Contains date and time value indicating when the document was last printed. |
| CustomProps | CustomPropCollection | Collection of CustomProp. |