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