C#
VB
Java
Objective-C
WinRT C#
C++
Flag that indicates which lines to remove.
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 = {<br/>
Horizontal = 1,
Vertical = 2,
};
public enum class LineRemoveCommandType
Members
Value | Member | Description |
---|---|---|
1 | Horizontal | Remove horizontal lines. |
2 | Vertical | Remove vertical lines. |
You can use a bitwise OR ( ¦ ) to specify one or more flags.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET