PresentationLoadOptions

PresentationLoadOptions class

Represents document loading options for a Presentation document.

public sealed class PresentationLoadOptions : LoadOptions

Constructors

Name Description
PresentationLoadOptions() Initializes a new instance of the PresentationLoadOptions class.
PresentationLoadOptions(string) Initializes a new instance of the PresentationLoadOptions class with a specified password.

Properties

Name Description
static Default { get; } Gets the default value for the PresentationLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also