OneDExtendedParameters
OneDExtendedParameters class
Namespace: Aspose.Barcode.Recognition
Stores special data of 1D recognized barcode like separate codetext and checksum This sample shows how to get 1D barcode value and checksum
Constructors
Methods
| Name | Static | Description |
|---|
| isEmpty | No | Tests whether all parameters has only default values |
Properties
| Name | Read/Write | Description |
|---|
| CheckSum | Read-only | Gets the checksum for 1D barcodes. Value: The checksum for 1D barcode. |
| Value | Read-only | Gets the codetext of 1D barcodes without checksum. Value: The codetext of 1D barcodes without checksum. |