SignatureLine
Overview
SignatureLine is a class in Aspose.Words FOSS for .NET.
Provides access to signature line properties.
Properties: AllowComments, DefaultInstructions, Email, Id, Instructions, IsSigned, and 5 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 (for example, Manager). |
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. |
Id | Guid | Read/Write | Gets or sets identifier for this signature line. |
ProviderId | Guid | Read/Write | Gets or sets signature provider identifier for this signature line. |
IsSigned | bool | Read | Indicates that signature line is signed by digital signature. |
IsValid | bool | Read | Indicates that signature line is signed by digital signature and this digital signature is valid. |