←Select platform

LineRemoveCommandType Enumeration

Summary
Flag that indicates which lines to remove.

Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum LineRemoveCommandType   
typedef NS_OPTIONS(NSUInteger, LTLineRemoveCommandType) 
public final class LineRemoveCommandType 
    extends java.lang.Enum<LineRemoveCommandType> 
public enum class LineRemoveCommandType   
class LineRemoveCommandType(Enum): 
   Horizontal = 1 
   Vertical = 2 
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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.