BarCodeExtendedParameters

BarCodeExtendedParameters

Stores extended parameters of recognized barcode

Constructor

new BarCodeExtendedParameters()

Source:

Methods

equals(obj)

Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
Parameters:
Name Type Description
obj An System.Object value to compare to this instance.
Returns:
Type Description
true if obj has the same value as this instance; otherwise, false.
Source:

getAztec()

Gets a Aztec additional information{@code AztecExtendedParameters} of recognized barcode

Value: A Aztec additional information{@code AztecExtendedParameters} of recognized barcode
Source:

getCode128()

Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode
Source:

getDataBar()

Gets a DataBar additional information DataBarExtendedParameters of recognized barcode
Returns:
Type Description
mixed A DataBar additional information DataBarExtendedParameters of recognized barcode
Source:

getDataMatrix()

Gets a DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode

Value: A DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode
Source:

getDotCode()

Gets a DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode

Value: A DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode
Source:

getGS1CompositeBar()

Gets a GS1CompositeBar additional information{@code GS1CompositeBarExtendedParameters} of recognized barcode

Value: A GS1CompositeBar additional information{@code GS1CompositeBarExtendedParameters} of recognized barcode
Source:

getMaxiCode()

Gets a MaxiCode additional information of recognized barcode
Returns:
Type Description
A MaxiCode additional information of recognized barcode
Source:

getOneD()

Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode
Source:

getPdf417()

Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
Source:

getQR()

Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode
Source:

hashCode()

Returns the hash code for this instance.
Returns:
Type Description
A 32-bit signed integer hash code.
Source:

toString()

Returns a human-readable string representation of this BarCodeExtendedParameters.
Returns:
Type Description
A string that represents this BarCodeExtendedParameters.
Source: