StampSignOptions constructor
init
Initializes a new instance of the StampSignOptions class with default values.
def __init__(self):
...
init
Initializes a new instance of the StampSignOptions class with alignment options.
def __init__(self, left, top, width, height):
...
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 |
See Also
- module
groupdocs.signature.options
- class
StampSignOptions