public final class DigitalFormFieldSignature extends FormFieldSignature
Contains digital signature input form field properties for Pdf Documents.
| Constructor and Description |
|---|
DigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Clone FormField Signature instance.
|
boolean |
equals(Object signature)
Overwrites Equals method to compare signature properties
|
boolean |
getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
|
int |
hashCode()
Overrides GetHashCode method
|
getName, getType, getValue, setName, setValuegetCreatedOn, getDeleted, getHeight, getLeft, getModifiedOn, getPageNumber, getSignatureId, getSignatureType, getTop, getWidth, isSignature, setCreatedOn, setHeight, setLeft, setModifiedOn, setPageNumber, setSignature, setTop, setWidth, supportMetaInfoLayer, toStringpublic DigitalFormFieldSignature(String name)
Creates PdfDigitalFormFieldSignature with predefined name.
name - Name of form field object.public Object deepClone()
Clone FormField Signature instance.
deepClone in class FormFieldSignaturepublic boolean equals(Object signature)
Overwrites Equals method to compare signature properties
equals in class FormFieldSignaturesignature - Signature object to compare with.public final boolean getSigned()
Read-only property that shows if Form-field Signature was signed with digital certificate.
public int hashCode()
Overrides GetHashCode method
hashCode in class FormFieldSignatureCopyright © 2024. All rights reserved.