Code128ExtendedParameters
Code128ExtendedParameters class
Module: aspose_barcode.recognition.code_128_extended_parameters
Stores special data of Code128 recognized barcode. Represents the recognized barcode’s region and barcode angle This sample shows how to get code128 raw values
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| eq | bool | No | Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. |
| hash | int | No | Returns the hash code for the current instance. |
| str | str | No | Returns a human-readable string representation of this Code128ExtendedParameters. |
| code_128_data_portions | Optional[List[Code128DataPortion]] | No | |
| is_empty | bool | No |