SignatureLine class
SignatureLine class
Provides access to signature line properties. To learn more, visit the Work with Digital Signatures documentation article.
Properties
Name | Description |
---|---|
allowComments | Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false . |
defaultInstructions | Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true . |
Gets or sets suggested signer’s e-mail address. Default value for this property is empty string . | |
id | Gets or sets identifier for this signature line. This identifier can be associated with a digital signature, when signing document using DigitalSignatureUtil. This value must be unique and by default it is randomly generated new Guid . |
instructions | Gets or sets instructions to the signer that are displayed on signing the signature line. This property is ignored if SignatureLine.defaultInstructions is set. Default value for this property is empty string . |
isSigned | Indicates that signature line is signed by digital signature. |
isValid | Indicates that signature line is signed by digital signature and this digital signature is valid. |
providerId | Gets or sets signature provider identifier for this signature line. Default value is “{00000000-0000-0000-0000-000000000000}”. |
showDate | Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true . |
signer | Gets or sets suggested signer of the signature line. Default value for this property is empty string . |
signerTitle | Gets or sets suggested signer’s title (for example, Manager). Default value for this property is empty string . |
See Also
- module Aspose.Words.Drawing