BarCodeExtendedParameters

BarCodeExtendedParameters class

Stores extended parameters of recognized barcode

The BarCodeExtendedParameters type exposes the following members:

Properties

Name Description
one_d Gets a special data OneDExtendedParameters of 1D recognized barcode
code128 Gets a special data Code128ExtendedParameters of Code128 recognized barcode
qr Gets a QR Structured Append information QRExtendedParameters of recognized barcode
pdf417 Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode
data_bar Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode
maxi_code Gets a MaxiCode additional informationMaxiCodeExtendedParameters of recognized barcode
dot_code Gets a DotCode additional informationDotCodeExtendedParameters of recognized barcode
data_matrix Gets a DataMatrix additional informationDataMatrixExtendedParameters of recognized barcode
aztec Gets a Aztec additional informationAztecExtendedParameters of recognized barcode
gs1_composite_bar Gets a GS1CompositeBar additional informationGS1CompositeBarExtendedParameters of recognized barcode

See Also