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.

Properties

Name Description
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.

See Also