public final class FormFieldSignOptions extends TextSignOptions
Represents class of the FormField signature options for Pdf documents.
DEFAULT_TRANSPARENCY
Constructor and Description |
---|
FormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
|
FormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
|
Modifier and Type | Method and Description |
---|---|
FormFieldSignature |
getSignature()
Gets or sets the FormField of signature.
|
void |
setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.
|
getBackground, getBorder, getFont, getForeColor, getFormTextFieldTitle, getFormTextFieldType, getHeight, getHorizontalAlignment, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getNative, getRotationAngle, getShapeType, getSignatureID, getSignatureImplementation, getSizeMeasureType, getStretch, getText, getTextHorizontalAlignment, getTextVerticalAlignment, getTop, getTransparency, getVerticalAlignment, getWidth, setBackground, setBorder, setFont, setForeColor, setFormTextFieldTitle, setFormTextFieldType, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setNative, setRotationAngle, setShapeType, setSignatureID, setSignatureImplementation, setSizeMeasureType, setStretch, setText, setTextHorizontalAlignment, setTextVerticalAlignment, setTop, setTransparency, setVerticalAlignment, setWidth, toString, validate
addSignature, getAllPages, getAppearance, getDocumentType, getExtensions, getPageNumber, getPagesSetup, getSignatureType, getZOrder, setAllPages, setAppearance, setDocumentType, setExtensions, setPageNumber, setPagesSetup, setZOrder
public FormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
public FormFieldSignOptions(FormFieldSignature signature)
Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.
public final FormFieldSignature getSignature()
Gets or sets the FormField of signature.
public final void setSignature(FormFieldSignature value)
Gets or sets the FormField of signature.