LoadOptions class

LoadOptions class

Allows to specify additional options when loading a document.

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Constructs a new instance of LoadOptions

Properties

Property Description
password Password of document.
font_directories List of font directories to load.
load_text Indicates that the strings passed are comparison text, not file paths (For Text Comparison only).
file_type Manually set the file type for comparison to override automatic file type detection.

See Also