←Select platform

StrikeLines Property

Summary

Gets the strike lines (strikethrough) information.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> StrikeLines { get; } 
Public ReadOnly Property StrikeLines As IList(Of LeadRect) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> StrikeLines {get;} 
@property (nonatomic, assign, readonly, nullable) LeadRect *strikelines 
public List<LeadRect> getStrikeLines() 
 get_StrikeLines();  
public: 
property IList<LeadRect>^ StrikeLines { 
   IList<LeadRect>^ get(); 
} 

Property Value

IList<T> that represents the list of strike lines (strikethrough) 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