public class PdfStampSignOptions extends StampSignOptions
Represents the Stamp Signature Options for PDF Documents.
DEFAULT_PPM, imageBorderData
Constructor and Description |
---|
PdfStampSignOptions()
Initializes a new instance of the PdfStampSignOptions class with default values.
|
PdfStampSignOptions(int left,
int top,
int width,
int height)
Initializes a new instance of the PdfStampSignOptions class with text and signature area rectangle.
|
getBackgroundColor, getBackgroundColorInternal, getImageHelper, getInnerLines, getInnerLinesInternal, getOuterLines, getOuterLinesInternal, release, setBackgroundColor, toString
getHeight, getHorizontalAlignment, getImageBorder, getImageFileName, getImageGuid, getImageStream, getImageStreamInternal, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSignPages, getSizeMeasureType, getStream, getTop, getVerticalAlignment, getWidth, hasImage, isHorizontalAlignmentSet, isVerticalAlignmentSet, setHeight, setHorizontalAlignment, setImage, setImage, setImageFileName, setImageGuid, setImageInternal, setImageStream, setImageStreamInternal, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged, setSignatureConfig, setSpecificRectangle
public PdfStampSignOptions()
Initializes a new instance of the PdfStampSignOptions class with default values.
public PdfStampSignOptions(int left, int top, int width, int height)
Initializes a new instance of the PdfStampSignOptions class with text and signature area rectangle.
left
- The x-coordinate of the left edge of this Stamp Signaturetop
- The y-coordinate of the top edge of this Stamp Signaturewidth
- The width of Stamp Signatureheight
- The height of Stamp SignatureCopyright © 2017. All rights reserved.