public abstract class StampSignOptions extends SignImageOptions
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 |
|---|---|
Brush |
getBackgroundBrushStyle()
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.
|
protected com.groupdocs.signature.domain.helpers.ImageHelper |
getImageHelper() |
List<StampLine> |
getInnerLines()
List of Inner Lines rendered as set of rectangles.
|
List<StampLine> |
getOuterLines()
List of Outer Lines rendered as concentric circles.
|
void |
release()
Virtual method to clean up Resources after each Sign method.
|
void |
setBackgroundBrushStyle(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.
|
String |
toString()
Override string conversion
|
void |
validate()
Internal method to validate the Stamp options parameters
|
getHeight, 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 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 Brush getBackgroundBrushStyle()
Gets or sets the signature background brush. Value by default is null. When property has a value it is used instead BackgroundBrush property.
public Color getBackgroundColor()
Gets or sets the background color of signature.
public int getBackgroundColorCropType()
Gets or sets the background color crop type of signature.
public int getBackgroundImageCropType()
Gets or sets the background image crop type of signature.
protected com.groupdocs.signature.domain.helpers.ImageHelper getImageHelper()
getImageHelper in class SignImageOptionspublic List<StampLine> getInnerLines()
List of Inner Lines rendered as set of rectangles.
public List<StampLine> getOuterLines()
List of Outer Lines rendered as concentric circles.
public void release()
SignOptionsVirtual method to clean up Resources after each Sign method.
release in class SignImageOptionspublic void setBackgroundBrushStyle(Brush value)
Gets or sets the signature background brush. Value by default is null. When property has a value it is used instead BackgroundBrush property.
public void setBackgroundColor(Color value)
Gets or sets the background color of signature.
public void setBackgroundColorCropType(int value)
Gets or sets the background color crop type of signature.
public void setBackgroundImageCropType(int value)
Gets or sets the background image crop type of signature.
public String toString()
Override string conversion
toString in class SignImageOptionspublic void validate()
Internal method to validate the Stamp options parameters
validate in class SignImageOptionsCopyright © 2018. All rights reserved.