PresentationLoadOptions

PresentationLoadOptions class

Allows to specify custom options for loading documents of all supportable Presentation formats like PPT(X), PPTM, PPS(X) etc.

public class PresentationLoadOptions : ILoadOptions

Constructors

Name Description
PresentationLoadOptions() The default constructor.

Properties

Name Description
Password { get; set; } 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