SignatureLine Class
Contents
[
Hide
]SignatureLine class
Represent the signature line.
type SignatureLine struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSignatureLine | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetId | Gets or sets identifier for this signature line. |
SetId | Gets or sets identifier for this signature line. |
GetProviderId | Gets or sets the id of signature provider. |
SetProviderId | Gets or sets the id of signature provider. |
GetSigner | Gets or sets the signer. |
SetSigner | Gets or sets the signer. |
GetTitle | Gets or sets the title of singer. |
SetTitle | Gets or sets the title of singer. |
GetEmail | Gets or sets the email of singer. |
SetEmail | Gets or sets the email of singer. |
IsLine | Indicates whether it is a signature line. |
SetIsLine | Indicates whether it is a signature line. |
GetAllowComments | Indicates whether comments could be attached. |
SetAllowComments | Indicates whether comments could be attached. |
GetShowSignedDate | Indicates whether show signed date. |
SetShowSignedDate | Indicates whether show signed date. |
GetInstructions | Gets or sets the text shown to user at signing time. |
SetInstructions | Gets or sets the text shown to user at signing time. |
GetSignatureLineType | 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. |
SetSignatureLineType | 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. |