Barcode Xpress for .NET v13 - Updated May 19, 2020
RowsDetected Property




Accusoft.BarcodeXpressSdk Namespace > ResultInfo2D Class : RowsDetected Property
Specifies the number of rows detected in the barcode image.
Syntax
'Declaration
 
Public ReadOnly Property RowsDetected As Integer
 
'Usage
 
Dim instance As ResultInfo2D
Dim value As Integer
 
value = instance.RowsDetected
Remarks

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.

See Also

Reference

ResultInfo2D Class
ResultInfo2D Members