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

Show in webframe

UnderLines Property








Gets the underline information.
Syntax
public IVector<LeadRect> UnderLines {get;}
'Declaration
 
Public ReadOnly Property UnderLines As IVector(Of LeadRect)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadRect)
 
value = instance.UnderLines
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

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file