PresentationLoadOptions Class
Allows to specify custom options for loading documents of all supportable Presentation formats like PPT(X), PPTM, PPS(X) etc.
Inheritance Hierarchy
SystemObject
  GroupDocs.Editor.OptionsPresentationLoadOptions

Namespace: GroupDocs.Editor.Options
Assembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 22.7.0.0
Syntax
public class PresentationLoadOptions : ILoadOptions

The PresentationLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodPresentationLoadOptions
Initializes a new instance of the PresentationLoadOptions class
Properties
  NameDescription
Public propertyPassword
Allows to specify, modify and obtain the password, which will be used for opening the Presentation document, if it is encoded. Set to NULL or empty string in order to remove the password.
See Also