←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 = {<br/> 
  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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly