Skip to main content
All docs
V25.1
  • DocumentProperties Members

    Contains metadata (document properties) associated with a presentation.

    Properties

    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.

    Methods

    Name Description
    Clone() Creates a copy of the current DocumentProperties object.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also