CodabarExtendedParameters

CodabarExtendedParameters

Stores a Codabar additional information of recognized barcode

Constructor

new CodabarExtendedParameters()

Source:

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

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getStartSymbol().

Source:

getCodabarStopSymbol()

Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getStopSymbol().

Source:

getStartSymbol()

Gets a Codabar start symbol. Default value: CodabarSymbol.A

Returns:
Type Description
a Codabar start symbol.
Source:

getStopSymbol()

Gets a Codabar stop symbol. Default value: CodabarSymbol.A

Returns:
Type Description
a Codabar stop symbol.
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

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setStartSymbol().

Source:

setCodabarStopSymbol()

Gets or sets a Codabar stop symbol. Default value: CodabarSymbol.A

Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setStopSymbol().

Source:

setStartSymbol(value)

Sets a Codabar start symbol. Default value: CodabarSymbol.A

Parameters:
Name Type Description
value a Codabar start symbol.
Source:

setStopSymbol(value)

Sets a Codabar stop symbol. Default value: CodabarSymbol.A

Parameters:
Name Type Description
value a Codabar stop symbol.
Source:

toString()

Returns a human-readable string representation of this {@code CodabarExtendedParameters}.

Returns:
Type Description
A string that represents this {@code CodabarExtendedParameters}.
Source: