GS1CompositeBarExtendedParameters
GS1CompositeBarExtendedParameters class
Stores special data of GS1 Composite Bar recognized barcode
new GS1CompositeBarExtendedParameters()
Methods
| Name | Description |
|---|---|
| equals(obj) | Returns a value indicating whether this instance is equal to a specified GS1CompositeBarExtendedParameters value. |
| getOneDCodeText() | Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value |
| getOneDType() | Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type |
| getTwoDCodeText() | Gets the 2D barcode value of GS1 Composite Value: 2D barcode value |
| getTwoDType() | Gets the 2D barcode type of GS1 Composite Value: 2D barcode type |
| hashCode() | Returns the hash code for this instance. |
| toString() | Returns a human-readable string representation of this GS1CompositeBarExtendedParameters. |
equals(obj)
Returns a value indicating whether this instance is equal to a specified GS1CompositeBarExtendedParameters value.
| Parameter | Description |
|---|---|
| obj | An System.Object value to compare to this instance. |
Returns: true if obj has the same value as this instance; otherwise, false .
getOneDCodeText()
Gets the 1D (linear) barcode value of GS1 Composite Value: 1D barcode value
getOneDType()
Gets the 1D (linear) barcode type of GS1 Composite Value: 2D barcode type
getTwoDCodeText()
Gets the 2D barcode value of GS1 Composite Value: 2D barcode value
getTwoDType()
Gets the 2D barcode type of GS1 Composite Value: 2D barcode type
hashCode()
Returns the hash code for this instance.
Returns: A 32-bit signed integer hash code.
toString()
Returns a human-readable string representation of this GS1CompositeBarExtendedParameters.
Returns: A string that represents this GS1CompositeBarExtendedParameters.