←Select platform

UnderLines Property

Summary

Gets the underline information.

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadRect> UnderLines {get;} 
Public ReadOnly Property UnderLines As IVector(Of LeadRect) 
public IVector<LeadRect> UnderLines {get;} 
 get_UnderLines();  
public: 
property IVector<LeadRect>^ UnderLines { 
   IVector<LeadRect>^ get(); 
} 

Property Value

IVector<LeadRect> that represents the list of underline information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly