BarCodeExtendedParameters

BarCodeExtendedParameters class

Stores extended parameters of recognized barcode

public class BarCodeExtendedParameters : joint.BaseJavaClass

Constructors

NameDescription
BarCodeExtendedParameters(object)Initializes a new instance of the BarCodeExtendedParameters class.

Methods

NameDescription
equals(object)Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
getAztec
getCodabarGets a Codabar additional informationCodabarExtendedParameters of recognized barcode.
getCode128Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode.
getDataBarGets a DataBar additional information DataBarExtendedParameters of recognized barcode.
getDataMatrix
getDotCode
getGS1CompositeBar
getMaxiCodeGets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode.
getOneDGets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode.
getPdf417Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode.
getQRGets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode.
hashCodeReturns the hash code for this instance.
init
toStringReturns a human-readable string representation of this BarCodeExtendedParameters.

Fields

NameDescription
_aztecExtendedParameters
_codabarExtendedParameters
_code128Parameters
_dataBarParameters
_dataMatrixExtendedParameters
_dotCodeExtendedParameters
_gs1CompositeBarExtendedParameters
_maxiCodeParameters
_oneDParameters
_pdf417Parameters
_qrParameters

See Also