SignatureSettings Class
Defines settings for customizing Signature behavior.
Inheritance Hierarchy
SystemObject
  GroupDocs.SignatureSignatureSettings

Namespace: GroupDocs.Signature
Assembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.8.0.0 (22.8)
Syntax
public class SignatureSettings

The SignatureSettings type exposes the following members.

Constructors
  NameDescription
Public methodSignatureSettings
Initializes a new instance of the SignatureSettings class
Properties
  NameDescription
Public propertyDefaultCulture
Gets or sets default culture to be used during document processing. Default value is "en-US".
Public propertySaveDocumentOnEmptyDelete
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.
Public propertySaveDocumentOnEmptyUpdate
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.
Public propertyShowDeletedSignaturesInfo
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.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also