public class PdfSignImageOptions extends SignImageOptions
Represents the Image Signature Options for PDF Documents.
Constructor and Description |
---|
PdfSignImageOptions()
Initializes a new instance of the PdfSignImageOptions class with default values.
|
PdfSignImageOptions(InputStream imageStream)
Initializes a new instance of the PdfSignImageOptions class with image stream.
|
PdfSignImageOptions(String guid)
Initializes a new instance of the PdfSignImageOptions class with image file GUID.
|
getHeight, getHorizontalAlignment, getImageGuid, getImageHelper, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSizeMeasureType, getStretch, getTop, getVerticalAlignment, getWidth, setHeight, setHorizontalAlignment, setImageGuid, setImageStream, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setStretch, setTop, setVerticalAlignment, setWidth, toString
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetup
public PdfSignImageOptions()
Initializes a new instance of the PdfSignImageOptions class with default values.
public PdfSignImageOptions(InputStream imageStream)
Initializes a new instance of the PdfSignImageOptions class with image stream.
imageStream
- Image stream.public PdfSignImageOptions(String guid)
Initializes a new instance of the PdfSignImageOptions class with image file GUID.
guid
- Image file GUID.Copyright © 2019. All rights reserved.