StampSignOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.signature.options.sign.SignOptions, com.groupdocs.signature.options.sign.ImageSignOptions
public class StampSignOptions extends ImageSignOptions
Represents the Stamp signature options.
| Constructor | 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. |
| Method | Description |
|---|---|
| getStampType() | Gets or sets stamp type. |
| setStampType(StampType value) | Gets or sets stamp type. |
| getOuterLines() | List of Outer Lines rendered as concentric circles. |
| getInnerLines() | List of Inner Lines rendered as set of rectangles. |
| getBackground() | Gets or sets the Stamp background. |
| setBackground(Background value) | Gets or sets the Stamp background. |
| getBackgroundColor() | Gets or sets the background color of signature. |
| setBackgroundColor(Color value) | Gets or sets the background color of signature. |
| getBackgroundBrush() | Gets or sets the signature background brush. |
| setBackgroundBrush(Brush value) | Gets or sets the signature background brush. |
| getBackgroundColorCropType() | Gets or sets the background color crop type of signature. |
| setBackgroundColorCropType(int value) | Gets or sets the background color crop type of signature. |
| getBackgroundImageCropType() | Gets or sets the background image crop type of signature. |
| setBackgroundImageCropType(int value) | Gets or sets the background image crop type of signature. |
| toString() | Override string conversion |
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| left | int | The x-coordinate of the left top edge of Stamp Signature |
| top | int | The y-coordinate of the left top edge of Stamp Signature |
| width | int | The width of Stamp Signature |
| height | int | The height of Stamp Signature |
public final StampType getStampType()
Gets or sets stamp type. Value by default is Round.
Returns: StampType
public final void setStampType(StampType value)
Gets or sets stamp type. Value by default is Round.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | StampType |
public final List<StampLine> getOuterLines()
List of Outer Lines rendered as concentric circles.
Returns: java.util.List<com.groupdocs.signature.domain.stamps.StampLine>
public final List<StampLine> getInnerLines()
List of Inner Lines rendered as set of rectangles.
Returns: java.util.List<com.groupdocs.signature.domain.stamps.StampLine>
public final Background getBackground()
Gets or sets the Stamp background.
Returns: Background
public final void setBackground(Background value)
Gets or sets the Stamp background.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Background |
public final Color getBackgroundColor()
Gets or sets the background color of signature.
Returns: java.awt.Color
public final void setBackgroundColor(Color value)
Gets or sets the background color of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.awt.Color |
public final Brush getBackgroundBrush()
Gets or sets the signature background brush. Value by default is null.
Returns: Brush
public final void setBackgroundBrush(Brush value)
Gets or sets the signature background brush. Value by default is null.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Brush |
public final int getBackgroundColorCropType()
Gets or sets the background color crop type of signature.
Returns: int
public final void setBackgroundColorCropType(int value)
Gets or sets the background color crop type of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public final int getBackgroundImageCropType()
Gets or sets the background image crop type of signature.
Returns: int
public final void setBackgroundImageCropType(int value)
Gets or sets the background image crop type of signature.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
public String toString()
Override string conversion
Returns: java.lang.String -
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.