Class SignatureFieldOptions

    • Constructor Detail

      • SignatureFieldOptions

        public SignatureFieldOptions​(Appearance boundingBox)
        Parameters:
        boundingBox - The bounding box of the signature field
        Throws:
        java.lang.IllegalArgumentException - If the {@link com.pdftools.sign.SignatureFieldOptions# boundingBox} argument is null or not a valid bounding box
        java.lang.IllegalArgumentException - if boundingBox is null
    • Method Detail

      • getFieldName

        public java.lang.String getFieldName()

        The name of the new signature field (Getter)

        If null, a new signature field is created using a unique field name.

        Default: null

      • setFieldName

        public void setFieldName​(java.lang.String value)

        The name of the new signature field (Setter)

        If null, a new signature field is created using a unique field name.

        Default: null