SignatureSettings Class |
Namespace: GroupDocs.Signature
The SignatureSettings type exposes the following members.
Name | Description | |
---|---|---|
SignatureSettings | Initializes a new instance of the SignatureSettings class |
Name | Description | |
---|---|---|
DefaultCulture |
Gets or sets default culture to be used during document processing. Default value is "en-US".
| |
SaveDocumentOnEmptyDelete |
Gets or sets flag to resave source document when Delete method has no affected signatures to remove.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Delete method has no signatures to remove.
When this flat is set to false source document will not be modified at all.
| |
SaveDocumentOnEmptyUpdate |
Gets or sets flag to resave source document when Update method has no signatures to update.
If this flag is set to true (by default) document will be saving with corresponding history process log (date and operation type) even if Update method has no signatures to update.
When this flat is set to false source document will not be modified at all.
| |
ShowDeletedSignaturesInfo |
Gets or sets flag that includes deleted signatures into Document Info result.
Each Signature BaseSignature has Deleted flag Deleted to detect if it was deleted.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |