←Select platform

TextLines Property

Summary

Gets the IVector<LeadRect> that contains a list of text line locations.

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadRect> TextLines {get;} 
Public ReadOnly Property TextLines As IVector(Of LeadRect) 
public IVector<LeadRect> TextLines {get;} 
 get_TextLines();  
public: 
property IVector<LeadRect>^ TextLines { 
   IVector<LeadRect>^ get(); 
} 

Property Value

IVector<LeadRect> that contains a list of text line locations.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly