public class ImagesStampSignOptions extends StampSignOptions
Represents the Stamp Signature Options for Images Documents.
| Constructor and Description |
|---|
ImagesStampSignOptions()
Initializes a new instance of the ImagesStampSignOptions class with default values.
|
| 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, getBackgroundColorCropType, getBackgroundImageCropType, getImageHelper, getInnerLines, getOuterLines, release, setBackgroundBrushStyle, setBackgroundColor, setBackgroundColorCropType, setBackgroundImageCropType, toString, validategetHeight, getHorizontalAlignment, getImageGuid, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSizeMeasureType, getStretch, getTop, getVerticalAlignment, getWidth, setHeight, setHorizontalAlignment, setImageGuid, setImageStream, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSizeMeasureType, setStretch, setTop, setVerticalAlignment, setWidthgetAppearance, getExtensions, setAppearancepublic ImagesStampSignOptions()
Initializes a new instance of the ImagesStampSignOptions class with default values.
public 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 SignImageOptionspublic 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 SignImageOptionsCopyright © 2018. All rights reserved.