LoadOptions class

LoadOptions class

Provides options that will be used to open a file.

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of LoadOptions class.
init Initializes a new instance of LoadOptions class with specified password.
init Initializes a new instance of LoadOptions class with specified pre-rasterization flag.
init Initializes a new instance of LoadOptions class with specified password.

Properties

Property Description
password Gets or sets a password for password-protected documents.
pre_rasterize Gets or sets a value, indicating if the file is to be pre-rasterized.

Remarks

Learn more | | | | | |

Example

The following example demonstrates how to open password-protected document.

See Also