public class StampSignOptions extends ImageSignOptions
Represents the Stamp signature options.
Constructor and Description |
---|
StampSignOptions()
Initializes a new instance of the StampSignOptions class with default values.
|
StampSignOptions(int left,
int top,
int width,
int height)
Initializes a new instance of the StampSignOptions class with alignment options.
|
Modifier and Type | Method and Description |
---|---|
Background |
getBackground()
Gets or sets the Stamp background.
|
Brush |
getBackgroundBrush()
Gets or sets the signature background brush.
|
Color |
getBackgroundColor()
Gets or sets the background color of signature.
|
int |
getBackgroundColorCropType()
Gets or sets the background color crop type of signature.
|
int |
getBackgroundImageCropType()
Gets or sets the background image crop type of signature.
|
List<StampLine> |
getInnerLines()
List of Inner Lines rendered as set of rectangles.
|
List<StampLine> |
getOuterLines()
List of Outer Lines rendered as concentric circles.
|
StampType |
getStampType()
Gets or sets stamp type.
|
void |
setBackground(Background value)
Gets or sets the Stamp background.
|
void |
setBackgroundBrush(Brush value)
Gets or sets the signature background brush.
|
void |
setBackgroundColor(Color value)
Gets or sets the background color of signature.
|
void |
setBackgroundColorCropType(int value)
Gets or sets the background color crop type of signature.
|
void |
setBackgroundImageCropType(int value)
Gets or sets the background image crop type of signature.
|
void |
setStampType(StampType value)
Gets or sets stamp type.
|
String |
toString()
Override string conversion
|
dispose, fromBase64, getAllPages, getBorder, getHeight, getHorizontalAlignment, getImageFilePath, getImageStream, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getRectangle, getRotationAngle, getSizeMeasureType, getStretch, getTop, getTransparency, getVerticalAlignment, getWidth, setAllPages, setBorder, setHeight, setHorizontalAlignment, setImageFilePath, setImageStream, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setRotationAngle, setSizeMeasureType, setStretch, setTop, setTransparency, setVerticalAlignment, setWidth
addSignature, getAppearance, getDocumentType, getExtensions, getPageNumber, getPagesSetup, getSignatureType, getZOrder, setAppearance, setDocumentType, setExtensions, setPageNumber, setPagesSetup, setZOrder
public StampSignOptions()
Initializes a new instance of the StampSignOptions class with default values.
public StampSignOptions(int left, int top, int width, int height)
Initializes a new instance of the StampSignOptions class with alignment options.
left
- The x-coordinate of the left top edge of Stamp Signaturetop
- The y-coordinate of the left top edge of Stamp Signaturewidth
- The width of Stamp Signatureheight
- The height of Stamp Signaturepublic final Background getBackground()
Gets or sets the Stamp background.
public final Brush getBackgroundBrush()
Gets or sets the signature background brush. Value by default is null.
public final Color getBackgroundColor()
Gets or sets the background color of signature.
public final int getBackgroundColorCropType()
Gets or sets the background color crop type of signature.
public final int getBackgroundImageCropType()
Gets or sets the background image crop type of signature.
public final List<StampLine> getInnerLines()
List of Inner Lines rendered as set of rectangles.
public final List<StampLine> getOuterLines()
List of Outer Lines rendered as concentric circles.
public final StampType getStampType()
Gets or sets stamp type. Value by default is Round.
public final void setBackground(Background value)
Gets or sets the Stamp background.
public final void setBackgroundBrush(Brush value)
Gets or sets the signature background brush. Value by default is null.
public final void setBackgroundColor(Color value)
Gets or sets the background color of signature.
public final void setBackgroundColorCropType(int value)
Gets or sets the background color crop type of signature.
public final void setBackgroundImageCropType(int value)
Gets or sets the background image crop type of signature.
public final void setStampType(StampType value)
Gets or sets stamp type. Value by default is Round.
public String toString()
Override string conversion
toString
in class ImageSignOptions