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, toString
getAppearance, getExtensions, setAppearance
public 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 SignOptions
public final 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 final 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.