SignatureLine

SignatureLine class

Represent the signature line.

class SignatureLine;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
signerstringGets or sets the signer.
titlestringGets or sets the title of singer.
emailstringGets or sets the email of singer.
isLinebooleanIndicates whether it is a signature line.
allowCommentsbooleanIndicates whether comments could be attached.
showSignedDatebooleanIndicates whether show signed date.
instructionsstringGets or sets the text shown to user at signing time.
signatureLineTypeSignatureTypeGets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider.

constructor()

Default Constructor.

constructor();

signer

Gets or sets the signer.

signer : string;

title

Gets or sets the title of singer.

title : string;

email

Gets or sets the email of singer.

email : string;

isLine

Indicates whether it is a signature line.

isLine : boolean;

allowComments

Indicates whether comments could be attached.

allowComments : boolean;

showSignedDate

Indicates whether show signed date.

showSignedDate : boolean;

instructions

Gets or sets the text shown to user at signing time.

instructions : string;

signatureLineType

Gets or sets the signature type. Default - When the default value is set, the corresponding ProviderId value is fixed to {0000000000-0000-0000-0000-0000000000}. Stamp - When the value is Stamp, the corresponding ProviderId value is usually {000CD6A4-0000-0000-C000-000000000046}. Custom - When the value is Custom, the corresponding ProviderId value usually needs to be set by the user. it should be obtained from the documentation shipped with the provider.

signatureLineType : SignatureType;