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

NameDescription
SignatureLineOptions()The default constructor.

Properties

NameDescription
allow_commentsGets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is False.
default_instructionsGets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is True.
emailGets or sets suggested signer’s e-mail address. Default value for this property is empty string ().
instructionsGets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string ().
show_dateGets or sets a value indicating that sign date is shown in the signature line. Default value for this property is True.
signerGets or sets suggested signer of the signature line. Default value for this property is empty string ().
signer_titleGets or sets suggested signer’s title. Default value for this property is empty string ().

See Also