Leadtools.Services.ImageProcessing.DataContracts Namespace : LineRemoveCommandType Enumeration |
Indicates which lines to remove.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")] [FlagsAttribute()] public enum LineRemoveCommandType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <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
'Usage Dim instance As LineRemoveCommandType
[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
Value | Member | Description |
---|---|---|
0x00000001 | Horizontal | Remove horizontal lines. |
0x00000002 | Vertical | Remove vertical lines. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.LineRemoveCommandType