Auto ID SDK v1.00 (beta) 5/15/2022
OdvReport Class Reference

ODV Report class to show ODV/ODV2D data received from printer. More...

Properties

string Data [get]
 String representation of barcode data.
 
bool? Failed [get]
 True if barcode failed.
 
string OverallGrade [get]
 Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)".
 
float OverallGradeAsFloat [get]
 Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0. More...
 
string OverallGradeLetter [get]
 Barcode OverallGrade as letter . e.g. "A".
 
string Symbology [get]
 Barcode symbology name. e.g. "Data Matrix".
 

Detailed Description

ODV Report class to show ODV/ODV2D data received from printer.

Property Documentation

◆ OverallGradeAsFloat

float OverallGradeAsFloat
get

Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0.

Useful for cases where filtering based a specific numeric grade is required.