LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

UnderLines Property

Show in webframe







Gets the underline information.
Syntax
public IList<LeadRect> UnderLines {get;}
'Declaration
 
Public ReadOnly Property UnderLines As IList(Of LeadRect)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IList(Of LeadRect)
 
value = instance.UnderLines
@property (nonatomic, assign, readonly) LeadRect* underlines;
public List<LeadRect> getUnderLines()
 get_UnderLines(); 
public:
property IList<LeadRect>^ UnderLines {
   IList<LeadRect>^ get();
}

Property Value

IList that represents the list of underline information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.