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 |
|---|
| comments | Specifies comments on the digital signature. Default value is empty string(). |
| decryption_password | The password to decrypt source document. Default value is empty string (). |
| provider_id | Specifies the class ID of the signature provider. Default value is Empty (all zeroes) Guid. |
| sign_time | The date of signing. Default value is current time (datetime.datetime.now) |
| signature_line_id | Signature line identifier. Default value is Empty (all zeroes) Guid. |
| signature_line_image | The image that will be shown in associated SignatureLine. Default value is None. |
| xml_dsig_level | Specifies the level of a digital signature based on XML-DSig standard. The default value is XmlDsigLevel.XML_D_SIG. |
See Also