SignatureLine

SignatureLine class

Represent the signature line.

Constructors

NameDescription
SignatureLine

Properties

NameTypeDescription
IdUUIDGets or sets identifier for this signature line.
ProviderIdUUIDGets and sets the id of signature provider. It’s typically the CLSID of the provider com add-in.
SignerStringGets and sets the signer.
TitleStringGets and sets the title of singer.
EmailStringGets and sets the email of singer.
IsLinebooleanIndicates whether it is a signature line.
AllowCommentsbooleanIndicates whether comments could be attached.
ShowSignedDatebooleanIndicates whether show signed date.
InstructionsStringGets and sets the text shown to user at signing time.
SignatureLineTypeintThe 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