←Select platform

LineRemoveCommandType Enumeration

Summary

Flag that indicates which lines to remove.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum LineRemoveCommandType
Public Enum LineRemoveCommandType
public enum LineRemoveCommandType
typedef NS_OPTIONS(NSUInteger, LTLineRemoveCommandType)
public enum LineRemoveCommandType
Leadtools.ImageProcessing.Core.LineRemoveCommandType = function() { }; 
Leadtools.ImageProcessing.Core.LineRemoveCommandType.prototype = { 
 
  Horizontal = 1, 
    Vertical = 2, 
     
 }; 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize