QrCodeSignOptions constructor
init
Initializes a new instance of the QRCodeSignOptions class with default values.
def __init__(self):
...
init
Initializes a new instance of the QRCodeSignOptions class with text.
def __init__(self, text):
...
Parameter | Type | Description |
---|---|---|
text | str | Signature text. |
init
Initializes a new instance of the BarcodeSignOptions class with text.
def __init__(self, text, encode_type):
...
Parameter | Type | Description |
---|---|---|
text | str | QRCode text |
encode_type | groupdocs.signature.domain.QrCodeType | QRCode encode type see QrCodeType |
See Also
- module
groupdocs.signature.options
- class
QrCodeSignOptions
- class
QrCodeType