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, getData, getDataEncryption, getEncodeType, getForeColor, getImageHelper, getInnerMargins, getLogoGuid, getLogoStream, getOpacity, setBackgroundBrushStyle, setBackgroundColor, setBorderColor, setBorderDashStyle, setBorderVisiblity, setBorderWeight, setCodeTextAlignment, setData, setDataEncryption, setEncodeType, setForeColor, setInnerMargins, setLogoGuid, setLogoStream, setOpacity, toString
getFont, 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, setWidth
getAppearance, getExtensions, setAppearance
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. This property can only be used for multi-frames image formats (Tiff). Minimal value is 1.
getDocumentPageNumber
in class SignOptions
public PagesSetup getPagesSetup()
Options to specify pages to be signed. This property can only be used for multi-frames image formats (Tiff).
getPagesSetup
in class SignOptions
public boolean getSignAllPages()
Put signature on all document pages. This property can only be used for multi-frames image formats (Tiff).
getSignAllPages
in class SignTextOptions
public 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 SignOptions
public 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 SignOptions
public 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 SignTextOptions