SignatureLineOptions class
SignatureLineOptions class
Allows to specify options for signature line being inserted. Used in DocumentBuilder.
To learn more, visit the Work with Digital Signatures documentation article.
Constructors
Properties
Name |
Description |
allow_comments |
Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is False . |
default_instructions |
Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is True . |
email |
Gets or sets suggested signer’s e-mail address. Default value for this property is empty string (System.String.Empty). |
instructions |
Gets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string (System.String.Empty). |
show_date |
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 (System.String.Empty). |
signer_title |
Gets or sets suggested signer’s title. Default value for this property is empty string (System.String.Empty). |
See Also