Indicates which lines to remove.
Visual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")> <FlagsAttribute()> Public Enum LineRemoveCommandType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")] [FlagsAttribute()] public enum LineRemoveCommandType : Enum |
C++/CLI | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="LineRemoveCommandType")] [FlagsAttribute()] public enum class LineRemoveCommandType : public Enum |
Member | Description |
---|---|
Horizontal | Remove horizontal lines. |
Vertical | Remove vertical lines. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.LineRemoveCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family