Package com.pdftools.pdf
Class SignatureField
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.pdf.SignatureField
- Direct Known Subclasses:
SignedSignatureField,UnsignedSignatureField
A digital signature field
-
Method Summary
Modifier and TypeMethodDescriptionThe location on the page (Getter)The name of the signature field (Getter)intThe number of the page where this signature is located (Getter)Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getFieldName
The name of the signature field (Getter)
The field name uniquely identifies the signature field within the document.- Throws:
IllegalStateException- If the object has already been closed
-
getPageNumber
The number of the page where this signature is located (Getter)
Whether the signature field has a visual appearance on that page is indicated by thegetBoundingBox().- Throws:
IllegalStateException- If the object has already been closed.NotFoundException- If the field is not properly linked to a page.
-
getBoundingBox
The location on the page (Getter)
The location of the signature field on the page. Ornullif the signature field has no visual appearance.- Throws:
IllegalStateException- If the object has already been closed
-