LoadOptions

LoadOptions class

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

public class LoadOptions

Constructors

Name Description
LoadOptions() Initializes a new instance of LoadOptions class.
LoadOptions(FileType) Initializes a new instance of the LoadOptions class with a specified file type.

Properties

Name Description
FileType { get; set; } Gets or sets the file type associated with the load options.
LoadExternalResources { get; set; } 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).
Password { get; set; } Gets or sets password to open a protected document. It will be also used to save signed document as protected.
Permissions { get; } The PDF document permissions such as printing, modification and data extraction.Only for PDF documents.

See Also