Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > LeadZoneTextData Class : TextLines Property |
public IList<LeadRect> TextLines {get;}
'Declaration
Public ReadOnly Property TextLines As IList(Of LeadRect)
'Usage
Dim instance As LeadZoneTextData Dim value As IList(Of LeadRect) value = instance.TextLines
public Windows.Foundation.Collections.IVector //In WinRT the IListinterface 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(); }