C#
VB
C++
Indicates which lines to remove.
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")]
public enum LineRemoveCommandType
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")>
<FlagsAttribute()>
Public Enum LineRemoveCommandType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")]
[FlagsAttribute()]
public enum class LineRemoveCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0x00000001 | Horizontal | Remove horizontal lines. |
0x00000002 | 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