public class PdfQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for PDF Documents.
| 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.
|
getBackgroundBrushStyle, getBackgroundColor, getBorderColor, getBorderDashStyle, getBorderVisiblity, getBorderWeight, getCodeTextAlignment, getEncodeType, getForeColor, getImageHelper, getInnerMargins, getLogoGuid, getLogoStream, getOpacity, setBackgroundBrushStyle, setBackgroundColor, setBorderColor, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setCodeTextAlignment, setEncodeType, setForeColor, setInnerMargins, setLogoGuid, setLogoStream, setOpacity, toStringgetFont, 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, setWidthgetAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, release, setAppearance, setDocumentPageNumber, setPagesSetup, validatepublic 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 text.public 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 Text.left - The x-coordinate of the left edge of this QRCode Signature.top - The y-coordinate of the top edge of this QRCode Signature.width - The width of QRCode Signature.height - The height of QRCode Signature.Copyright © 2018. All rights reserved.