SignatureLine class

SignatureLine class

Provides access to signature line properties. To learn more, visit the Work with Digital Signatures documentation article.

Properties

NameDescription
allowCommentsGets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false.
defaultInstructionsGets 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 .
idGets 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 .
instructionsGets 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 .
isSignedIndicates that signature line is signed by digital signature.
isValidIndicates that signature line is signed by digital signature and this digital signature is valid.
providerIdGets or sets signature provider identifier for this signature line. Default value is “{00000000-0000-0000-0000-000000000000}”.
showDateGets 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 .
signerTitleGets or sets suggested signer’s title (for example, Manager). Default value for this property is empty string .

See Also