DocumentProperties Properties

The DocumentProperties type exposes the following members.

Properties
  NameDescription
Public propertyApplicationTemplate
Returns or sets the template of a application. Read/write String.
Public propertyAppVersion
Returns the app version. Read-only String.
Public propertyAuthor
Returns or sets the author of a presentation. Read/write String.
Public propertyCategory
Returns or sets the category of a presentation. Read/write String.
Public propertyComments
Returns or sets the comments of a presentation. Read/write String.
Public propertyCompany
Returns or sets the company property. Read/write String.
Public propertyContentStatus
Returns or sets the content status of a presentation. Read/write String.
Public propertyContentType
Returns or sets the content type of a presentation. Read/write String.
Public propertyCountOfCustomProperties
Returns the number of custom properties actually contained in a collection. Read-only Int32.
Public propertyCreatedTime
Returns the date when a presentation was created. Read/write DateTime.
Public propertyHyperlinkBase
Returns or sets the HyperlinkBase document property. Read/write String.
Public propertyItem
Returns or sets the custom property associated with a specified name. Read/write Object.
Public propertyKeywords
Returns or sets the keywords of a presentation. Read/write String.
Public propertyLastPrinted
Returns the date when a presentation was printed last time. Read/write DateTime.
Public propertyLastSavedBy
Returns or sets the name of a last person who modified a presentation. Read/write String.
Public propertyLastSavedTime
Returns the date when a presentation was modified last time. Read-only in case of Presentation.DocumentProperties (because it will be updated internally while IPresentation object saving process). Can be changed via DocumentProperties instance returning by method ReadDocumentProperties Please see the example in UpdateDocumentProperties(IDocumentProperties) method summary.
Public propertyManager
Returns or sets the manager property. Read/write String.
Public propertyNameOfApplication
Returns or sets the name of the application. Read/write String.
Public propertyPresentationFormat
Returns or sets the intended format of a presentation. Read/write String.
Public propertyRevisionNumber
Returns or sets the presentation revision number. Read/write Int32.
Public propertySharedDoc
Determines whether the presentation is shared between multiple people. Read/write Boolean.
Public propertySubject
Returns or sets the subject of a presentation. Read/write String.
Public propertyTitle
Returns or sets the title of a presentation. Read/write String.
Public propertyTotalEditingTime
Total editing time of a presentation. Read/write TimeSpan.
See Also