LoadOptions class

LoadOptions class

Allows a developer to specify additional options (such as a password) when loading a file.

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the LoadOptions class.
init Initializes a new instance of the LoadOptions class.

Properties

Property Description
password Gets or sets the password for opening an encrypted document.
file_format Gets the exact type of the file that is to be loaded.
The default value is FileFormat.UNKNOWN which means that the type should be detected automatically.

Remarks

Learn more | | | | | |

See Also