←Select platform

BorderRemoveBorderFlags Enumeration

Summary

Indicates which border to remove.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BorderRemoveBorderFlags")] 
[FlagsAttribute()] 
public enum BorderRemoveBorderFlags 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BorderRemoveBorderFlags")> 
<FlagsAttribute()> 
Public Enum BorderRemoveBorderFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="BorderRemoveBorderFlags")] 
[FlagsAttribute()] 
public enum class BorderRemoveBorderFlags : public System.Enum, System.IComparable, System.IConvertible, System.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.

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.Services.ImageProcessing.DataContracts Assembly