How can we improve?
public int RowsDetected {get;}
public: __property int get_RowsDetected();
public: property int RowsDetected { int get(); }
'Declaration Public ReadOnly Property RowsDetected As Integer
'Declaration
Public ReadOnly Property RowsDetected As Integer
'Usage Dim instance As ResultInfo2D Dim value As Integer value = instance.RowsDetected
'Usage
Dim instance As ResultInfo2D Dim value As Integer value = instance.RowsDetected
A value of 0 is return when unable to detect the number of rows in the barcode image.
Currently only enabled for the PDF417 barcode type.
ResultInfo2D Class ResultInfo2D Members