public abstract class StampSignOptions extends SignImageOptions
Represents the Stamp Signature Options.
DEFAULT_PPM, imageBorderData
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.
|
com.aspose.ms.System.Drawing.Color |
getBackgroundColorInternal() |
protected com.groupdocs.signature.domain.helpers.ImageHelper |
getImageHelper() |
List<StampLine> |
getInnerLines()
List of Inner Lines rendered as set of rectangles.
|
com.aspose.ms.System.Collections.Generic.List<StampLine> |
getInnerLinesInternal() |
List<StampLine> |
getOuterLines()
List of Outer Lines rendered as concentric circles.
|
com.aspose.ms.System.Collections.Generic.List<StampLine> |
getOuterLinesInternal() |
void |
release()
Override method to clean up resources after each signing.
|
void |
setBackgroundColor(Color value)
Gets or sets the background color of signature.
|
String |
toString()
Override string conversion
|
getHeight, getHorizontalAlignment, getImageBorder, getImageFileName, getImageGuid, getImageStream, getImageStreamInternal, getLeft, getLocationMeasureType, getMargin, getMarginMeasureType, getOpacity, getRectangle, getRotationAngle, getSignAllPages, getSignPages, getSizeMeasureType, getStream, getTop, getVerticalAlignment, getWidth, hasImage, isHorizontalAlignmentSet, isVerticalAlignmentSet, setHeight, setHorizontalAlignment, setImage, setImage, setImageFileName, setImageGuid, setImageInternal, setImageStream, setImageStreamInternal, setLeft, setLocationMeasureType, setMargin, setMarginMeasureType, setOpacity, setRotationAngle, setSignAllPages, setSizeMeasureType, setTop, setVerticalAlignment, setWidth
getAppearance, getDocumentPageNumber, getDocumentPPM, getPagesSetup, getPropertyOrDefault, getPropertyOrDefault, getSignatureConfig, getSignPagesQueue, getSpecificRectangle, isRotationChanged, onError, setAppearance, setDocumentPageNumber, setPagesSetup, setRotationChanged, setSignatureConfig, setSpecificRectangle
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 List<StampLine> getOuterLines()
List of Outer Lines rendered as concentric circles.
public com.aspose.ms.System.Collections.Generic.List<StampLine> getOuterLinesInternal()
public List<StampLine> getInnerLines()
List of Inner Lines rendered as set of rectangles.
public com.aspose.ms.System.Collections.Generic.List<StampLine> getInnerLinesInternal()
public Color getBackgroundColor()
Gets or sets the background color of signature.
public com.aspose.ms.System.Drawing.Color getBackgroundColorInternal()
public void setBackgroundColor(Color value)
Gets or sets the background color of signature.
protected com.groupdocs.signature.domain.helpers.ImageHelper getImageHelper()
getImageHelper
in class SignImageOptions
public void release()
SignImageOptions
Override method to clean up resources after each signing.
release
in class SignImageOptions
public String toString()
Override string conversion
toString
in class SignImageOptions
Copyright © 2017. All rights reserved.