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

Show in webframe

StrikeLines Property








Gets the strike lines (strikethoughs) information.
Syntax
public IVector<LeadRect> StrikeLines {get;}
'Declaration
 
Public ReadOnly Property StrikeLines As IVector(Of LeadRect)
'Usage
 
Dim instance As AutoZoningCommand
Dim value As IVector(Of LeadRect)
 
value = instance.StrikeLines
public IVector<LeadRect> StrikeLines {get;}
 get_StrikeLines(); 
public:
property IVector<LeadRect>^ StrikeLines {
   IVector<LeadRect>^ get();
}

Property Value

IVector<LeadRect> that represents the list of strike lines (strikethroughs) information.
Requirements

Target Platforms

See Also

Reference

AutoZoningCommand Class
AutoZoningCommand Members

Error processing SSI file