TemplateBarcode constructor
Leave feedback
On this page
Initializes a new instance of the TemplateBarcode class.
def __init__(self, rectangle, name):
...
| Parameter | Type | Description |
|---|---|---|
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains the template barcode field. |
| name | System.String | The barcode field name. |
Constructs a new instance of TemplateBarcode
def __init__(self, rectangle, name, page_width):
...
| Parameter | Type | Description |
|---|---|---|
| rectangle | groupdocs.parser.data.Rectangle | |
| name | System.String | |
| page_width | System.Nullable`1[[System.Double]] |
Constructs a new instance of TemplateBarcode
def __init__(self, rectangle, name, page_width, use_upper_case_name):
...
| Parameter | Type | Description |
|---|---|---|
| rectangle | groupdocs.parser.data.Rectangle | |
| name | System.String | |
| page_width | System.Nullable`1[[System.Double]] | |
| use_upper_case_name | bool |
- module
groupdocs.parser.templates - class
TemplateBarcode
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.