←Select platform

StrikeLines Property

Summary

Gets the strike lines (strikethrough) information.

Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> StrikeLines { get; } 
Public ReadOnly Property StrikeLines As IList(Of LeadRect) 
@property (nonatomic, assign, readonly, nullable) LeadRect *strikelines 
public List<LeadRect> getStrikeLines() 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly