BarcodeVerifyOptions constructor
Leave feedback
On this page
Creates default Verification Option for Barcode Signature.
def __init__(self):
...
Creates default Verification Option with verification text
def __init__(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | Barcode text to verify |
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 |
Creates default Verification Option with Barcode Type verification and text
def __init__(self, text, encode_type):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | Barcode text to verify |
| encode_type | groupdocs.signature.domain.BarcodeType | Barcode Type verification |
- module
groupdocs.signature.options - class
BarcodeVerifyOptions
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.