←Select platform

TextLines Property

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

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> TextLines {get;}
Public ReadOnly Property TextLines As IList(Of LeadRect)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> TextLines {get;}
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *textLines //LeadRect
public List<LeadRect> getTextLines()
get_TextLines();
public: 
property IList<LeadRect>^ TextLines { 
   IList<LeadRect>^ get(); 
} 

Property Value

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

Refer to AutoZoningCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize