BarcodeSearchOptions constructor
init
Initializes a new instance of the BarcodeSearchOptions class with default values.
def __init__(self):
...
init
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. |
init
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 | str | Set Text of Barcode signature. |
See Also
- module
groupdocs.signature.options - class
BarcodeSearchOptions