public class PdfBarcodeSignOptions extends BarcodeSignOptions
Represents the Barcode Signature Options for PDF Documents.
Constructor and Description |
---|
PdfBarcodeSignOptions()
Initializes a new instance of the PdfBarcodeSignOptions class with default values.
|
PdfBarcodeSignOptions(String text)
Initializes a new instance of the PdfBarcodeSignOptions class with text.
|
PdfBarcodeSignOptions(String text,
int left,
int top,
int width,
int height)
Initializes a new instance of the PdfBarcodeSignOptions class with text and signature area rectangle.
|
getBackgroundBrushStyle, getBackgroundColor, getBorderColor, getBorderDashStyle, getBorderVisiblity, getBorderWeight, getCodeTextAlignment, getEncodeType, getForeColor, getImageHelper, getInnerMargins, getOpacity, setBackgroundBrushStyle, setBackgroundColor, setBorderColor, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setCodeTextAlignment, setEncodeType, setForeColor, setInnerMargins, setOpacity, toString
getFont, getHeight, getHorizontalAlignment, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getText, getTop, getVerticalAlignment, getWidth, setFont, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setText, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetup
public PdfBarcodeSignOptions()
Initializes a new instance of the PdfBarcodeSignOptions class with default values.
public PdfBarcodeSignOptions(String text)
Initializes a new instance of the PdfBarcodeSignOptions class with text.
text
- Barcode text.public PdfBarcodeSignOptions(String text, int left, int top, int width, int height)
Initializes a new instance of the PdfBarcodeSignOptions class with text and signature area rectangle.
text
- Barcode Text.left
- The x-coordinate of the left edge of this Barcode Signature.top
- The y-coordinate of the top edge of this Barcode Signature.width
- The width of Barcode Signature.height
- The height of Barcode Signature.