LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LineRemoveCommandType Enumeration

Show in webframe







Flag that indicates which lines to remove.

Syntax
public enum LineRemoveCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum LineRemoveCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As LineRemoveCommandType
public enum LineRemoveCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTLineRemoveCommandType
public enum LineRemoveCommandType
Leadtools.ImageProcessing.Core.LineRemoveCommandType = function() { };
Leadtools.ImageProcessing.Core.LineRemoveCommandType.prototype = {
Horizontal = 0x00000001, Vertical = 0x00000002, };
public enum class LineRemoveCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001HorizontalRemove horizontal lines.
0x00000002VerticalRemove 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.