SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / TextBlockResult Class / NumberTextLines Property




In This Topic
    NumberTextLines Property (TextBlockResult)
    In This Topic
    Get the number of text lines in the text block.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberTextLines As Integer
    'Usage
     
    
    Dim instance As TextBlockResult
    Dim value As Integer
     
    value = instance.NumberTextLines
    public int NumberTextLines {get;}
    public: __property int get_NumberTextLines();
    public:
    property int NumberTextLines {
       int get();
    }
    Remarks

    This read-only property is the number of text lines in the TextBlockResult.

    See Also