SignatureLine Class

SignatureLine class

Represent the signature line.


type SignatureLine struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSignatureLineDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetIdGets or sets identifier for this signature line.
SetIdGets or sets identifier for this signature line.
GetProviderIdGets or sets the id of signature provider.
SetProviderIdGets or sets the id of signature provider.
GetSignerGets or sets the signer.
SetSignerGets or sets the signer.
GetTitleGets or sets the title of singer.
SetTitleGets or sets the title of singer.
GetEmailGets or sets the email of singer.
SetEmailGets or sets the email of singer.
IsLineIndicates whether it is a signature line.
SetIsLineIndicates whether it is a signature line.
GetAllowCommentsIndicates whether comments could be attached.
SetAllowCommentsIndicates whether comments could be attached.
GetShowSignedDateIndicates whether show signed date.
SetShowSignedDateIndicates whether show signed date.
GetInstructionsGets or sets the text shown to user at signing time.
SetInstructionsGets or sets the text shown to user at signing time.
GetSignatureLineTypeGets 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.
SetSignatureLineTypeGets 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.