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.
|
StampType |
getStampType()
Gets or sets stamp type.
|
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.
|
void |
setStampType(StampType value)
Gets or sets stamp type.
|
String |
toString()
Override string conversion
|
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, setWidth
getAppearance, getDocumentPageNumber, getExtensions, getPagesSetup, setAppearance, setDocumentPageNumber, setPagesSetup
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 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 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.
protected com.groupdocs.signature.domain.helpers.ImageHelper getImageHelper()
getImageHelper
in class SignImageOptions
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 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 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 SignImageOptions
Copyright © 2019. All rights reserved.