SignatureLineOptions Class

Allows to specify options for signature line being inserted. Used in DocumentBuilder.
Inheritance Hierarchy
SystemObject
  Aspose.WordsSignatureLineOptions

Namespace:  Aspose.Words
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public class SignatureLineOptions

The SignatureLineOptions type exposes the following members.

Constructors
  NameDescription
Public methodSignatureLineOptions
Initializes a new instance of the SignatureLineOptions class
Properties
  NameDescription
Public propertyCode exampleAllowComments
Gets or sets a value indicating that the signer can add comments in the Sign dialog. Default value for this property is false.
Public propertyCode exampleDefaultInstructions
Gets or sets a value indicating that default instructions is shown in the Sign dialog. Default value for this property is true.
Public propertyCode exampleEmail
Gets or sets suggested signer's e-mail address. Default value for this property is empty string (Empty).
Public propertyCode exampleInstructions
Gets or sets instructions to the signer that are displayed on signing the signature line. Default value for this property is empty string (Empty).
Public propertyCode exampleShowDate
Gets or sets a value indicating that sign date is shown in the signature line. Default value for this property is true.
Public propertyCode exampleSigner
Gets or sets suggested signer of the signature line. Default value for this property is empty string (Empty).
Public propertyCode exampleSignerTitle
Gets or sets suggested signer's title. Default value for this property is empty string (Empty).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also