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

Show in webframe

TextLines Property








Gets the IVector<LeadRect> that contains a list of text line locations.
Syntax
public IVector<LeadRect> TextLines {get;}
'Declaration
 
Public ReadOnly Property TextLines As IVector(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTextData
Dim value As IVector(Of LeadRect)
 
value = instance.TextLines
public IVector<LeadRect> TextLines {get;}
 get_TextLines(); 
public:
property IVector<LeadRect>^ TextLines {
   IVector<LeadRect>^ get();
}

Property Value

IVector<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