SignOptions class
SignOptions class
Allows to specify options for document signing.
To learn more, visit the Work with Digital Signatures documentation article.
Constructors
Properties
| Name | Description |
|---|
| applicationVersion | Gets or sets the application version for the digital signature. Default value is “12.0”. |
| colorDepth | Gets or sets the color depth for the digital signature. Default value is 32. |
| comments | Specifies comments on the digital signature. Default value is empty string . |
| decryptionPassword | The password to decrypt source document. Default value is empty string . |
| horizontalResolution | Gets or sets the horizontal resolution for the digital signature. Default value is 1920. |
| officeVersion | Gets or sets the Office version for the digital signature. Default value is “12.0”. |
| providerId | Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. |
| signTime | The date of signing. Default value is current time |
| signatureLineId | Signature line identifier. Default value is Empty (all zeroes) Guid. |
| signatureLineImage | The image that will be shown in associated SignatureLine. Default value is null. |
| verticalResolution | Gets or sets the vertical resolution for the digital signature. Default value is 1200. |
| windowsVersion | Gets or sets the Windows version for the digital signature. Default value is “6.1”. |
| xmlDsigLevel | Specifies the level of a digital signature based on XML-DSig standard. The default value is XmlDsigLevel.XmlDSig. |
See Also