←Select platform

StrikeLines Property

Summary
Gets the strike lines (strikethrough) information.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IList<LeadRect> StrikeLines { get; } 
@property (nonatomic, assign, readonly, nullable) LeadRect *strikelines; 
public java.util.List<LeadRect> getStrikeLines(); 
public: 
property IList<LeadRect>^ StrikeLines { 
   IList<LeadRect>^ get(); 
} 
StrikeLines # get  (AutoZoningCommand) 

Property Value

IList<T> that represents the list of strike lines (strikethrough) information.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.