Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

UnderLines Property








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, nullable) LeadRect *underlines
public List<LeadRect> getUnderLines()
 get_UnderLines(); 
public:
property IList<LeadRect>^ UnderLines {
   IList<LeadRect>^ get();
}

Property Value

IList`1 that represents the list of underline information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file