SignatureLine
Contents
[
Hide
]SignatureLine class
Represent the signature line.
Constructors
| Name | Description |
|---|---|
| SignatureLine |
Properties
| Name | Type | Description |
|---|---|---|
| Id | UUID | Gets or sets identifier for this signature line. |
| ProviderId | UUID | Gets and sets the id of signature provider. It’s typically the CLSID of the provider com add-in. |
| Signer | String | Gets and sets the signer. |
| Title | String | Gets and sets the title of singer. |
| String | Gets and sets the email of singer. | |
| IsLine | boolean | Indicates whether it is a signature line. |
| AllowComments | boolean | Indicates whether comments could be attached. |
| ShowSignedDate | boolean | Indicates whether show signed date. |
| Instructions | String | Gets and sets the text shown to user at signing time. |
| SignatureLineType | int | The value of the property is SignatureType integer constant. |
SignatureLine()
SignatureLine.Id property
Gets or sets identifier for this signature line.
Type: UUID
SignatureLine.ProviderId property
Gets and sets the id of signature provider. It’s typically the CLSID of the provider com add-in.
Type: UUID
SignatureLine.Signer property
Gets and sets the signer.
Type: String
SignatureLine.Title property
Gets and sets the title of singer.
Type: String
SignatureLine.Email property
Gets and sets the email of singer.
Type: String
SignatureLine.IsLine property
Indicates whether it is a signature line.
Type: boolean
SignatureLine.AllowComments property
Indicates whether comments could be attached.
Type: boolean
SignatureLine.ShowSignedDate property
Indicates whether show signed date.
Type: boolean
SignatureLine.Instructions property
Gets and sets the text shown to user at signing time.
Type: String
SignatureLine.SignatureLineType property
The value of the property is SignatureType integer constant.
Type: int