public class PdfStampSignOptions extends StampSignOptions
Represents the Stamp Signature Options for PDF Documents.
| 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.
|
getBackgroundBrushStyle, getBackgroundColor, getBackgroundColorCropType, getBackgroundImageCropType, getImageHelper, getInnerLines, getOuterLines, release, setBackgroundBrushStyle, setBackgroundColor, setBackgroundColorCropType, setBackgroundImageCropType, toString, validategetHeight, getHorizontalAlignment, getImageGuid, 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, setWidthgetAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetuppublic 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 © 2018. All rights reserved.