LoadOptions constructor

LoadOptions()

Initializes a new instance of this class with default values.

LoadOptions()

LoadOptions(password)

A shortcut to initialize a new instance of this class with the specified password to load an encrypted document.

LoadOptions(password: string)
ParameterTypeDescription
passwordstringThe password to open an encrypted document. Can be null or empty string.

LoadOptions(loadFormat, password, baseUri)

A shortcut to initialize a new instance of this class with properties set to the specified values.

LoadOptions(loadFormat: Aspose.Words.LoadFormat, password: string, baseUri: string)
ParameterTypeDescription
loadFormatLoadFormatThe format of the document to be loaded.
passwordstringThe password to open an encrypted document. Can be null or empty string.
baseUristringThe string that will be used to resolve relative URIs to absolute. Can be null or empty string.

See Also