←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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.