QrCodeVerifyOptions constructor
Leave feedback
On this page
Creates verification option QrCodeVerifyOptions for QR-Code Signatures.
def __init__(self):
...
Creates verification option QrCodeVerifyOptions for QR-Code Signatures with QR-Code text to verify.
def __init__(self, text):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | QR-code Text to verify |
Creates verification option QrCodeVerifyOptions for QR-Code Signatures with text and QR-Code encode type to verify.
def __init__(self, text, encode_type):
...
| Parameter | Type | Description |
|---|---|---|
| text | System.String | Text to be verified |
| encode_type | groupdocs.signature.domain.QrCodeType | Type of encoding |
- module
groupdocs.signature.options - class
QrCodeVerifyOptions
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.