Aspose::BarCode::BarCodeRecognition::GS1CompositeBarExtendedParameters class
GS1CompositeBarExtendedParameters class
Stores special data of GS1 Composite Bar recognized barcode.
class GS1CompositeBarExtendedParameters : public Aspose::BarCode::BarCodeRecognition::BaseExtendedParameters
Methods
| Method | Description |
|---|---|
| get_IsEmpty() | Tests whether all parameters has only default values. |
| get_OneDCodeText() | Gets the 1D (linear) barcode value of GS1 Composite. |
| get_OneDType() | Gets the 1D (linear) barcode type of GS1 Composite. |
| get_TwoDCodeText() | Gets the 2D barcode value of GS1 Composite. |
| get_TwoDType() | Gets the 2D barcode type of GS1 Composite. |
| GetHashCode() const override | Returns the hash code for this instance. |
| ToString() const override | Returns a human-readable string representation of this GS1CompositeBarExtendedParameters. |
See Also
- Class BaseExtendedParameters
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++