public final class PdfFormFieldSignOptions extends SignTextOptions
Represents class of the FormField Signature Options for Pdf Documents.
Constructor and Description |
---|
PdfFormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
|
PdfFormFieldSignOptions(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.
|
getBackgroundBrushStyle, getBackgroundColor, getBorderColor, getFont, getForeColor, getHeight, getHorizontalAlignment, getImageHelper, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getText, getTop, getVerticalAlignment, getWidth, setBackgroundBrushStyle, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setText, setTop, setVerticalAlignment, setWidth, toString
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetup
public PdfFormFieldSignOptions()
Initializes a new instance of the PdfFormFieldSignOptions class with default values.
public PdfFormFieldSignOptions(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.
Copyright © 2019. All rights reserved.