LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

BorderRemoveBorderFlags Enumeration

Show in webframe





Indicates which border to remove

Syntax
[FlagsAttribute()]
public enum BorderRemoveBorderFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BorderRemoveBorderFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BorderRemoveBorderFlags

            

            
[FlagsAttribute()]
public enum class BorderRemoveBorderFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo flags.
0x00000001LeftRemove the left border.
0x00000002RightRemove the right border.
0x00000004TopRemove the top border.
0x00000008BottomRemove the bottom border.
0x0000000FAllRemove all borders.
Remarks
You can use a bitwise OR (|) to specify one or more flags.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Workflow.ImageProcessing.BorderRemoveBorderFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Workflow.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.