public class ImagesQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for Images Documents.
DEFAULT_BKGR_COLOR, DEFAULT_FORE_COLOR
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
ImagesQRCodeSignOptions()
Initializes a new instance of the ImagesQRCodeSignOptions class with default values.
|
ImagesQRCodeSignOptions(String text)
Initializes a new instance of the ImagesQRCodeSignOptions class with text.
|
Modifier and Type | Method and Description |
---|---|
int |
getDocumentPageNumber()
Gets or sets document page number for signing.
|
PagesSetup |
getPagesSetup()
Options to specify pages to be signed.
|
boolean |
getSignAllPages()
Put signature on all document pages.
|
void |
setDocumentPageNumber(int value)
Gets or sets document page number for signing.
|
void |
setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
|
void |
setSignAllPages(boolean value)
Put signature on all document pages.
|
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, getSignPages, getSizeMeasureType, getText, getTop, getVerticalAlignment, getWidth, isHorizontalAlignmentSet, isVerticalAlignmentSet, release, setBackgroundColor, setBorderColor, setFont, setForeColor, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSizeMeasureType, setText, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPPM, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setRotationChanged, setSignatureConfig, setSpecificRectangle
public ImagesQRCodeSignOptions()
Initializes a new instance of the ImagesQRCodeSignOptions class with default values.
public ImagesQRCodeSignOptions(String text)
Initializes a new instance of the ImagesQRCodeSignOptions class with text.
text
- QRCode textpublic int getDocumentPageNumber()
Gets or sets document page number for signing.
getDocumentPageNumber
in class SignOptions
public void setDocumentPageNumber(int value)
Gets or sets document page number for signing.
setDocumentPageNumber
in class SignOptions
public PagesSetup getPagesSetup()
Options to specify pages to be signed.
getPagesSetup
in class SignOptions
public void setPagesSetup(PagesSetup value)
Options to specify pages to be signed.
setPagesSetup
in class SignOptions
public boolean getSignAllPages()
Put signature on all document pages.
getSignAllPages
in class SignTextOptions
public void setSignAllPages(boolean value)
Put signature on all document pages.
setSignAllPages
in class SignTextOptions
Copyright © 2017. All rights reserved.