LoadOptions
Leave feedback
On this page
Allows to specify additional options (such as password) when opening a document to sign.
public class LoadOptions
| 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. |
| 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. |
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.