PageBarcodeArea constructor
Contents
[
Hide
]
init
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. |
init
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. |
See Also
- module
groupdocs.parser.data - class
PageBarcodeArea