public class ImagesQRCodeSignOptions extends QRCodeSignOptions
Represents the QRCode Signature Options for Images Documents.
| 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.
|
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, getSizeMeasureType, getStretch, getText, getTop, getVerticalAlignment, getWidth, setFont, setHeight, setHorizontalAlignment, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSizeMeasureType, setStretch, setText, setTop, setVerticalAlignment, setWidthgetAppearance, getExtensions, release, setAppearance, validatepublic 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. This property can only be used for multi-frames image formats (Tiff). Minimal value is 1.
getDocumentPageNumber in class SignOptionspublic PagesSetup getPagesSetup()
Options to specify pages to be signed. This property can only be used for multi-frames image formats (Tiff).
getPagesSetup in class SignOptionspublic boolean getSignAllPages()
Put signature on all document pages. This property can only be used for multi-frames image formats (Tiff).
getSignAllPages in class SignTextOptionspublic void setDocumentPageNumber(int value)
Gets or sets document page number for signing. This property can only be used for multi-frames image formats (Tiff). Minimal value is 1.
setDocumentPageNumber in class SignOptionspublic void setPagesSetup(PagesSetup value)
Options to specify pages to be signed. This property can only be used for multi-frames image formats (Tiff).
setPagesSetup in class SignOptionspublic void setSignAllPages(boolean value)
Put signature on all document pages. This property can only be used for multi-frames image formats (Tiff).
setSignAllPages in class SignTextOptionsCopyright © 2018. All rights reserved.