BarcodeSignOptions constructor
init
Initializes a new instance of the BarcodeSignOptions class with default values.
def __init__(self):
...
init
Initializes a new instance of the BarcodeSignOptions class with text.
def __init__(self, text):
...
Parameter | Type | Description |
---|---|---|
text | str | Barcode text |
init
Initializes a new instance of the BarcodeSignOptions class with text.
def __init__(self, text, encode_type):
...
Parameter | Type | Description |
---|---|---|
text | str | Barcode text |
encode_type | groupdocs.signature.domain.BarcodeType | Barcode encode type see BarcodeType |
See Also
- module
groupdocs.signature.options
- class
BarcodeSignOptions
- class
BarcodeType