←Select platform

TextLines Property

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

Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> TextLines { get; } 
Public ReadOnly Property TextLines As IList(Of LeadRect) 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *textLines //LeadRect 
public List<LeadRect> getTextLines() 
public: 
property IList<LeadRect>^ TextLines { 
   IList<LeadRect>^ get(); 
} 

Property Value

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

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly