Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LineRemoveCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : LineRemoveCommandType Enumeration



Flag that indicates which lines to remove.

Syntax

Visual Basic (Declaration) 
Public Enum LineRemoveCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As LineRemoveCommandType
C# 
public enum LineRemoveCommandType : Enum 
C++/CLI 
public enum class LineRemoveCommandType : public Enum 

Members

MemberDescription
Horizontal Remove horizontal lines.
Vertical Remove vertical lines.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.LineRemoveCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also