DocumentProperties Properties
Contains metadata (document properties) associated with a presentation.Name | Description |
---|---|
Application | Gets or sets an application that created this presentation. |
Author | Gets or sets the presentation author. |
Category | Gets or sets the categorization of the presentation content. |
Company | Gets or sets the name of the company associated with the presentation. |
ContentStatus | Gets or sets the status of the content (e.g., Draft, Reviewed, or Final). |
Created | Gets or sets the date and time when the document was first saved. Sets automatically to the local date and time when the presentation is created. |
CustomProperties | Obtains a dictionary of custom document properties. |
Description | Gets or sets a short description of the presentation content. |
DocumentRevision | Gets or sets the presentation revision number. |
DocumentVersion | Gets or sets the document version number specified by the user or application. |
HiddenSlides | Obtains a number of hidden slides in a presentation. |
Keywords | Gets or sets the delimited set of keywords to support searching and indexing. |
LastModifiedBy | Gets or sets the name of the user who last modified and saved the presentation. This property is updated automatically. |
Manager | Gets or sets the name of the supervisor associated with the presentation. |
Modified | Gets or sets the date and time the presentation was last saved. This property is updated automatically to the local date and time. |
Notes | Obtains the number of slides in a presentation that contain notes. |
PresentationFormat | Gets or sets the intended format for a presentation. |
Printed | Gets or sets the date and time on which the document was last printed. This property is updated automatically to the local date and time. |
Security | Gets or sets the presentation security level. |
Slides | Obtains a number of slides in a presentation. |
Subject | Gets or sets the subject of the presentation. |
Title | Gets or sets the presentation title. |
Version | Gets or sets the version of the application used to create or modify the document. |
See Also