←Select platform

UnderLines Property

Summary

Gets the underline information.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> UnderLines {get;}
Public ReadOnly Property UnderLines As IList(Of LeadRect)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> UnderLines {get;}
@property (nonatomic, assign, readonly, nullable) LeadRect *underlines
public List<LeadRect> getUnderLines()
get_UnderLines();
public: 
property IList<LeadRect>^ UnderLines { 
   IList<LeadRect>^ get(); 
} 

Property Value

IList<T> that represents the list of underline information.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize