LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

TextLines Property

Show in webframe







Gets the IVector<Leadtools.LeadRect> that contains a list of text line locations.
Syntax
public IVector<LeadRect> TextLines {get;}
'Declaration
 
Public ReadOnly Property TextLines As IVector(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTextData
Dim value As IVector(Of LeadRect)
 
value = instance.TextLines
public IVector<LeadRect> TextLines {get;}

            

            
 get_TextLines(); 
public:
property IVector<LeadRect>^ TextLines {
   IVector<LeadRect>^ get();
}

Property Value

IVector<Leadtools.LeadRect> that contains a list of text line locations.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZoneTextData Class
LeadZoneTextData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.