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__(self) Initializes a new instance of LoadOptions class.
__init__(self, password) Initializes a new instance of LoadOptions class with specified password.
__init__(self, pre_rasterize) Initializes a new instance of LoadOptions class with specified pre-rasterization flag.
__init__(self, password, pre_rasterize) 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