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 |
---|---|
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() |
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
|
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, isRotationChanged, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged
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 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 SignImageOptions
public 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()
release
in class SignImageOptions
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 SignImageOptions
Copyright © 2018. All rights reserved.