Class GraphicalCode
The detected barcode
public class GraphicalCode
- Inheritance
-
GraphicalCode
- Inherited Members
Constructors
GraphicalCode()
public GraphicalCode()
Properties
DecodedInfo
The string that the barcode represents
public string DecodedInfo { get; set; }
Property Value
Points
The barcode region
public PointF[] Points { get; set; }
Property Value
- PointF[]