SignatureLineOptions
Overview
SignatureLineOptions is a class in Aspose.Words FOSS for .NET.
Allows to specify options for signature line being inserted.
Properties: AllowComments, DefaultInstructions, Email, Instructions, ShowDate, Signer, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Signer | string | Read/Write | Gets or sets suggested signer of the signature line. |
SignerTitle | string | Read/Write | Gets or sets suggested signer’s title. |
Email | string | Read/Write | Gets or sets suggested signer’s e-mail address. |
DefaultInstructions | bool | Read/Write | Gets or sets a value indicating that default instructions is shown in the Sign dialog. |
Instructions | string | Read/Write | Gets or sets instructions to the signer that are displayed on signing the signature line. |
AllowComments | bool | Read/Write | Gets or sets a value indicating that the signer can add comments in the Sign dialog. |
ShowDate | bool | Read/Write | Gets or sets a value indicating that sign date is shown in the signature line. |