public class ImagesSignImageOptions extends SignImageOptions
Represents the Image Signature Options for Images Documents.
| Constructor and Description |
|---|
ImagesSignImageOptions()
Initializes a new instance of the ImagesSignImageOptions class with default values.
|
ImagesSignImageOptions(InputStream imageStream)
Initializes a new instance of the ImagesSignImageOptions class with image stream.
|
ImagesSignImageOptions(String guid)
Initializes a new instance of the ImagesSignImageOptions class with image file GUID.
|
| 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.
|
getHeight, getHorizontalAlignment, getImageGuid, getImageHelper, 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, toStringgetAppearance, getExtensions, release, setAppearance, validatepublic ImagesSignImageOptions()
Initializes a new instance of the ImagesSignImageOptions class with default values.
public ImagesSignImageOptions(InputStream imageStream)
Initializes a new instance of the ImagesSignImageOptions class with image stream.
imageStream - Image stream.public ImagesSignImageOptions(String guid)
Initializes a new instance of the ImagesSignImageOptions class with image file GUID.
guid - Image file GUID.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.