BarcodeVerifyOptions constructor
init
Creates default Verification Option for Barcode Signature.
def __init__(self):
...
init
Creates default Verification Option with verification text
def __init__(self, text):
...
Parameter | Type | Description |
---|---|---|
text | str | Barcode text to verify |
init
Creates default Verification Option with Barcode Type verification
def __init__(self, encode_type):
...
Parameter | Type | Description |
---|---|---|
encode_type | groupdocs.signature.domain.BarcodeType | Barcode Type verification |
init
Creates default Verification Option with Barcode Type verification and text
def __init__(self, text, encode_type):
...
Parameter | Type | Description |
---|---|---|
text | str | Barcode text to verify |
encode_type | groupdocs.signature.domain.BarcodeType | Barcode Type verification |
See Also
- module
groupdocs.signature.options
- class
BarcodeVerifyOptions