public class PdfQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for PDF Documents.
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
PdfQRCodeSignOptions()
Initializes a new instance of the PdfQRCodeSignOptions class with default values.
|
PdfQRCodeSignOptions(String text)
Initializes a new instance of the PdfQRCodeSignOptions class with text.
|
PdfQRCodeSignOptions(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, 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, getText, getTop, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSignAllPages, setSizeMeasureType, setText, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged, setSignatureConfig, setSpecificRectangle
public PdfQRCodeSignOptions()
Initializes a new instance of the PdfQRCodeSignOptions class with default values.
public PdfQRCodeSignOptions(String text)
Initializes a new instance of the PdfQRCodeSignOptions class with text.
text
- QRCode textpublic PdfQRCodeSignOptions(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
- QRCode Textleft
- The x-coordinate of the left edge of this QRCode Signaturetop
- The y-coordinate of the top edge of this QRCode Signaturewidth
- The width of QRCode Signatureheight
- The height of QRCode SignatureCopyright © 2017. All rights reserved.