com.groupdocs.signature.options.sign

Class SignOptions

    • Method Detail

      • getAllPages

        public boolean getAllPages()

        Put signature on all document pages.

      • getAppearance

        public final SignatureAppearance getAppearance()

        Additional signature appearance.

      • getDocumentType

        public final int getDocumentType()

        Get or set the Document Type of the Signature Options DocumentType

      • getPageNumber

        public int getPageNumber()

        Gets or sets document page number for signing. Minimal and default value is 1.

      • getPagesSetup

        public PagesSetup getPagesSetup()

        Options to specify pages to be signed.

      • getSignatureType

        public final int getSignatureType()

        Get the Signature Type SignatureType

      • getZOrder

        public final int getZOrder()

        Gets or sets the Z-order position of text signature. Determines the display order of overlapping signatures.

      • setAllPages

        public void setAllPages(boolean value)

        Put signature on all document pages.

      • setAppearance

        public final void setAppearance(SignatureAppearance value)

        Additional signature appearance.

      • setDocumentType

        public final void setDocumentType(int value)

        Get or set the Document Type of the Signature Options DocumentType

      • setPageNumber

        public void setPageNumber(int value)

        Gets or sets document page number for signing. Minimal and default value is 1.

      • setPagesSetup

        public void setPagesSetup(PagesSetup value)

        Options to specify pages to be signed.

      • setZOrder

        public final void setZOrder(int value)

        Gets or sets the Z-order position of text signature. Determines the display order of overlapping signatures.

      • toString

        public String toString()

        Override string conversion.

        Overrides:
        toString in class Object
        Returns: