Foundation (ZXBarcode.dll) 14.0
TZXResult Struct Reference

Data Fields

TZXBarcodeFormats Format
 Format of the code.
 
char FormatName [ZXBarcodeFormatMaxNumChar]
 Pretty-print name of the barcode format stored in Format.
 
float PositionX [4]
 X coordinates of the up to four corner points of the code.
 
float PositionY [4]
 Y coordinates of the up to four corner points of the code.
 
char Text [ZXBarcodeMaxNumChar]
 Content of the barcode (as zero terminated string).
 

Detailed Description

Result returned by ZXReadCode and ZXReadMultipleCodes.