BarCodeExtendedParameters

BarCodeExtendedParameters class

Stores extended parameters of recognized barcode

new BarCodeExtendedParameters()

Methods

NameDescription
equals(obj)Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
getAztec()Gets a Aztec additional informationAztecExtendedParameters of recognized barcode Value: A Aztec additional information
getCodabar()Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode
getCode128()Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParamet
getDataBar()Gets a DataBar additional information DataBarExtendedParameters of recognized barcode
getDataMatrix()Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode Value: A DotCode additional infor
getDotCode()Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode Value: A DotCode additional infor
getGS1CompositeBar()Gets a GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode Value: A GS1Compo
getMaxiCode()Gets a MaxiCode additional information of recognized barcode
getOneD()Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D r
getPdf417()Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata inf
getQR()Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append informa
hashCode()Returns the hash code for this instance.
toString()Returns a human-readable string representation of this BarCodeExtendedParameters.

equals(obj)

Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.

ParameterDescription
objAn System.Object value to compare to this instance.

Returns: true if obj has the same value as this instance; otherwise, false.

getAztec()

Gets a Aztec additional informationAztecExtendedParameters of recognized barcode Value: A Aztec additional informationAztecExtendedParameters of recognized barcode

getCodabar()

Gets a Codabar additional informationCodabarExtendedParameters of recognized barcode

Returns: A Codabar additional informationCodabarExtendedParameters of recognized barcode

getCode128()

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

getDataBar()

Gets a DataBar additional information DataBarExtendedParameters of recognized barcode

Returns: mixed A DataBar additional information DataBarExtendedParameters of recognized barcode

getDataMatrix()

Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode Value: A DotCode additional informationDotCodeExtendedParameters of recognized barcode

getDotCode()

Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode Value: A DotCode additional informationDotCodeExtendedParameters of recognized barcode

getGS1CompositeBar()

Gets a GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode Value: A GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode

getMaxiCode()

Gets a MaxiCode additional information of recognized barcode

Returns: A MaxiCode additional information of recognized barcode

getOneD()

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

getPdf417()

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

getQR()

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

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 BarCodeExtendedParameters.

Returns: A string that represents this BarCodeExtendedParameters.