←Select platform

UnderLines Property

Summary
Gets the underline information.
Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> UnderLines { get; } 
Public ReadOnly Property UnderLines As IList(Of LeadRect) 
@property (nonatomic, assign, readonly, nullable) LeadRect *underlines 
public List<LeadRect> getUnderLines() 
public: 
property IList<LeadRect>^ UnderLines { 
   IList<LeadRect>^ get(); 
} 

Property Value

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

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.