Methods
equals(obj)
Returns a value indicating whether this instance is equal to a specified {@code CodabarExtendedParameters} value.
Parameters:
Name | Type | Description |
---|---|---|
obj |
An System.Object value to compare to this instance. |
Returns:
Type | Description |
---|---|
{@code true} if obj has the same value as this instance; otherwise, {@code false}. |
- Source:
getCodabarStartSymbol()
Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A
- Source:
getCodabarStopSymbol()
Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A
- Source:
hashCode()
Returns the hash code for this instance.
Returns:
Type | Description |
---|---|
A 32-bit signed integer hash code. |
- Source:
setCodabarStartSymbol()
Gets or sets a Codabar start symbol. Default value: CodabarSymbol.A
- Source:
setCodabarStopSymbol()
Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A
- Source:
toString()
Returns a human-readable string representation of this {@code CodabarExtendedParameters}.
Returns:
Type | Description |
---|---|
A string that represents this {@code CodabarExtendedParameters}. |
- Source: