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 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(); }