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, getStampType, setBackgroundBrushStyle, setBackgroundColor, setBackgroundColorCropType, setBackgroundImageCropType, setStampType, toString
getHeight, 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, setWidth
getAppearance, getExtensions, setAppearance
public 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 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 SignImageOptions
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 SignImageOptions
Copyright © 2019. All rights reserved.