[FlagsAttribute()]public enum BorderRemoveBorderFlags
typedef NS_OPTIONS(NSUInteger, LTBorderRemoveBorderFlags) public final class BorderRemoveBorderFlagsextends java.lang.Enum<BorderRemoveBorderFlags>
[FlagsAttribute()]public enum class BorderRemoveBorderFlags
class BorderRemoveBorderFlags(Enum):None = 0Left = 1Right = 2Top = 4Bottom = 8All = 15
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | None | No flags. | 
| 0x00000001 | Left | Remove the left border. | 
| 0x00000002 | Right | Remove the right border. | 
| 0x00000004 | Top | Remove the top border. | 
| 0x00000008 | Bottom | Remove the bottom border. | 
| 0x0000000F | All | Remove all borders. | 
You can use a bitwise OR ( | ) to specify one or more flags.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
