←Select platform

StrikeLines Property

Summary

Gets the strike lines (strikethoughs) information.

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadRect> StrikeLines {get;} 
Public ReadOnly Property StrikeLines As IVector(Of LeadRect) 
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

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