LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

BorderRemoveBorderFlags Enumeration

Show in webframe





Indicates which border to remove.

Syntax
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BorderRemoveBorderFlags")]
[FlagsAttribute()]
public enum BorderRemoveBorderFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BorderRemoveBorderFlags")>
<FlagsAttribute()>
Public Enum BorderRemoveBorderFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BorderRemoveBorderFlags

            

            
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="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.Services.ImageProcessing.DataContracts.BorderRemoveBorderFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Services.ImageProcessing.DataContracts Namespace

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features