IPresentationInfo Interface

Information about presentation file

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IPresentationInfo

The IPresentationInfo type exposes the following members.

Properties
  NameDescription
Public propertyIsEncrypted
Gets True if binded presentation is encrypted, otherwise False. Read-only Boolean.
Public propertyLoadFormat
Gets format of the binded presentation. Read-only LoadFormat.
Methods
  NameDescription
Public methodReadDocumentProperties
Gets document properties of binded presentation.
Public methodCode exampleUpdateDocumentProperties
Updates properties of binded presentation.
Public methodWriteBindedPresentation(Stream)
Writes binded presentation to stream.
Public methodWriteBindedPresentation(String)
Writes binded presentation to file.
See Also