com.groupdocs.signature

Class SignatureSettings



  • public class SignatureSettings
    extends Object

    Defines settings for customizing Signature behavior.

    • Constructor Detail

      • SignatureSettings

        public SignatureSettings()
    • Method Detail

      • getDefaultCulture

        public static Locale getDefaultCulture()

        Gets or sets default culture to be used during document processing. Default value is "en-US".

      • getSaveDocumentOnEmptyDelete

        public final boolean getSaveDocumentOnEmptyDelete()

        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.

      • getSaveDocumentOnEmptyUpdate

        public final boolean getSaveDocumentOnEmptyUpdate()

        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.

      • setDefaultCulture

        public final void setDefaultCulture(Locale value)

        Gets or sets default culture to be used during document processing. Default value is "en-US".

      • setSaveDocumentOnEmptyDelete

        public final void setSaveDocumentOnEmptyDelete(boolean value)

        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.

      • setSaveDocumentOnEmptyUpdate

        public final void setSaveDocumentOnEmptyUpdate(boolean value)

        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.