PresentationLoadOptions

PresentationLoadOptions()

Initializes a new instance of the PresentationLoadOptions class.

public PresentationLoadOptions()

See Also


PresentationLoadOptions(string)

Initializes a new instance of the PresentationLoadOptions class with a specified password.

public PresentationLoadOptions(string password)
Parameter Type Description
password String The password for opening an encrypted content.

See Also