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