LoadOptions class

LoadOptions class

Allows to specify additional options (such as password) when opening a document to sign.

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of LoadOptions class.
init Initializes a new instance of the LoadOptions class with a specified file type.

Properties

Property Description
password Gets or sets password to open a protected document.
It will be also used to save signed document as protected.
load_external_resources Gets or sets options that specifies if external document resources should be loaded.
This option with disabled value (false) allows to save loading time for the documents with many or large external resource links.
By default value is enabled (true).
permissions The PDF document permissions such as printing, modification and data extraction.Only for PDF documents.
file_type Gets or sets the file type associated with the load options.

See Also