TextSignOptions constructor
init
Initializes a new instance of the TextSignOptions class with default values.
def __init__(self):
...
init
Initializes a new instance of the TextSignOptions class with text.
def __init__(self, text):
...
Parameter | Type | Description |
---|---|---|
text | str | Signature text. |
See Also
- module
groupdocs.signature.options
- class
TextSignOptions