QrCodeSearchOptions constructor
Leave feedback
On this page
Initializes a new instance of the QRCodeSearchOptions class with default values.
def __init__(self):
...
Initializes a new instance of the QRCodeSearchOptions class with encode type value.
def __init__(self, encode_type):
...
| Parameter | Type | Description |
|---|---|---|
| encode_type | groupdocs.signature.domain.QrCodeType | Specifies QR-Code encode type. |
Initializes a new instance of the QRCodeSearchOptions class with encode type and text values.
def __init__(self, encode_type, text):
...
| Parameter | Type | Description |
|---|---|---|
| encode_type | groupdocs.signature.domain.QrCodeType | Specifies QR-Code encode type. |
| text | System.String | Set Text of QR-Code signature. |
- module
groupdocs.signature.options - class
QrCodeSearchOptions
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.