PageBarcodeArea constructor
Leave feedback
On this page
Initializes a new instance of the PageBarcodeArea class.
def __init__(self, value, code_type_name, page, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| value | System.String | The value of the barcode. |
| code_type_name | System.String | The type name of the barcode. |
| page | groupdocs.parser.data.Page | The page that contains the barcode area. |
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains the barcode area. |
Initializes a new instance of the PageBarcodeArea class.
def __init__(self, value, code_type_name, confidence, angle, page, rectangle):
...
| Parameter | Type | Description |
|---|---|---|
| value | System.String | The value of the barcode. |
| code_type_name | System.String | The type name of the barcode. |
| confidence | int | The level of confidence of the parsered barcode. |
| angle | float | The angle of the barcode. |
| page | groupdocs.parser.data.Page | The page that contains the barcode area. |
| rectangle | groupdocs.parser.data.Rectangle | The rectangular area that contains the barcode area. |
- module
groupdocs.parser.data - class
PageBarcodeArea
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.