Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

TextLines Property








Gets the IList<LeadRect> that contains a list of text line locations.
Syntax
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
@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<LeadRect> that contains a list of text line locations.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZoneTextData Class
LeadZoneTextData Members

Error processing SSI file