Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / ResultInfo2D Class / Rows Property




In This Topic
    Rows Property (ResultInfo2D)
    In This Topic
    Specifies the number of rows in the barcode as defined by the indicator pattern.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As Integer
    'Usage
     
    Dim instance As ResultInfo2D
    Dim value As Integer
     
    value = instance.Rows
    public int Rows {get;}
    public: __property int get_Rows();
    public:
    property int Rows {
       int get();
    }
    Remarks

    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.

    See Also