Class GS1CompositeBarExtendedParameters
Contents
[
Hide
]GS1CompositeBarExtendedParameters class
Stores special data of GS1 Composite Bar recognized barcode
public sealed class GS1CompositeBarExtendedParameters : BaseExtendedParameters
Properties
Name | Description |
---|---|
IsEmpty { get; } | Tests whether all parameters has only default values |
OneDCodeText { get; } | Gets the 1D (linear) barcode value of GS1 Composite |
OneDType { get; } | Gets the 1D (linear) barcode type of GS1 Composite |
TwoDCodeText { get; } | Gets the 2D barcode value of GS1 Composite |
TwoDType { get; } | Gets the 2D barcode type of GS1 Composite |
Methods
Name | Description |
---|---|
override Equals(object) | Returns a value indicating whether this instance is equal to a specified GS1CompositeBarExtendedParameters value. |
override GetHashCode() | Returns the hash code for this instance. |
override ToString() | Returns a human-readable string representation of this GS1CompositeBarExtendedParameters . |
operator == | Returns a value indicating whether the first GS1CompositeBarExtendedParameters value is equal to the second. |
operator != | Returns a value indicating if the first GS1CompositeBarExtendedParameters value is different from the second. |
See Also
- class BaseExtendedParameters
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode