←Select platform

LineRemoveCommandType Enumeration

Summary

Flag that indicates which lines to remove.

Syntax
C#
VB
Objective-C
C++
Java
public enum LineRemoveCommandType   
Public Enum LineRemoveCommandType  
typedef NS_OPTIONS(NSUInteger, LTLineRemoveCommandType) 
public enum LineRemoveCommandType 
public enum class LineRemoveCommandType   

Members
ValueMemberDescription
1Horizontal Remove horizontal lines.
2Vertical Remove vertical lines.

Remarks

You can use a bitwise OR ( ¦ ) to specify one or more flags.

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