SignatureLineOptions

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.

public class SignatureLineOptions

Constructors

NameDescription
SignatureLineOptions()The default constructor.

Properties

NameDescription
AllowComments { get; set; }Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false.
DefaultInstructions { get; set; }Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true.
Email { get; set; }Gets or sets suggested signer’s e-mail address. Default value for this property is empty string (Empty).
Instructions { get; set; }Gets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string (Empty).
ShowDate { get; set; }Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true.
Signer { get; set; }Gets or sets suggested signer of the signature line. Default value for this property is empty string (Empty).
SignerTitle { get; set; }Gets or sets suggested signer’s title. Default value for this property is empty string (Empty).

See Also