←Select platform

BorderRemoveBorderFlags Enumeration

Summary
Indicates which border to remove.

Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum BorderRemoveBorderFlags   
typedef NS_OPTIONS(NSUInteger, LTBorderRemoveBorderFlags) 
public final class BorderRemoveBorderFlags 
    extends java.lang.Enum<BorderRemoveBorderFlags> 
[FlagsAttribute()] 
public enum class BorderRemoveBorderFlags   
class BorderRemoveBorderFlags(Enum): 
   None = 0 
   Left = 1 
   Right = 2 
   Top = 4 
   Bottom = 8 
   All = 15 
Members
ValueMemberDescription
0x00000000None No flags.
0x00000001Left Remove the left border.
0x00000002Right Remove the right border.
0x00000004Top Remove the top border.
0x00000008Bottom Remove the bottom border.
0x0000000FAll Remove all borders.
Remarks

You can use a bitwise OR ( | ) to specify one or more flags.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.