public class PdfBarcodeSignOptions extends BarcodeSignOptions
Represents the Barcode Signature Options for PDF Documents.
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM
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.
|
getBorderDashStyle, getBorderVisiblity, getBorderWeight, getEncodeType, getImageBorder, getImageHelper, getOpacity_Rename_Namesake, getOpacity, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setEncodeType, setOpacity, toString, validate
getBackgroundColor, getBackgroundColorInternal, getBorderColor, getBorderColorInternal, getFont, getForeColor, getForeColorInternal, getHeight, getHorizontalAlignment, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRotationAngle, getSignAllPages, getSignPages, getSizeMeasureType, getSpecificRectangle, getText, getTop, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSignAllPages, setSizeMeasureType, setSpecificRectangle, setText, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, isRotationChanged, onError, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged, setSignatureConfig
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 textpublic 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 Textleft
- The x-coordinate of the left edge of this Barcode Signaturetop
- The y-coordinate of the top edge of this Barcode Signaturewidth
- The width of Barcode Signatureheight
- The height of Barcode SignatureCopyright © 2017. All rights reserved.