Indicates which border to remove
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BorderRemoveBorderFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BorderRemoveBorderFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BorderRemoveBorderFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BorderRemoveBorderFlags : public Enum |
Member | Description |
---|---|
None | No flags. |
Left | Remove the left border. |
Top | Remove the top border. |
Right | Remove the right border. |
Bottom | Remove the bottom border. |
All | Remove all borders. |
You can use a bitwise OR (|) to specify one or more flags.
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.BorderRemoveBorderFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family