Leadtools.Workflow.ImageProcessing Namespace : BorderRemoveBorderFlags Enumeration |
Indicates which border to remove
[FlagsAttribute()] public enum BorderRemoveBorderFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BorderRemoveBorderFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BorderRemoveBorderFlags
[FlagsAttribute()] public enum BorderRemoveBorderFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Workflow.ImageProcessing.BorderRemoveBorderFlags = function() { }; Leadtools.Workflow.ImageProcessing.BorderRemoveBorderFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class BorderRemoveBorderFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | Remove all borders. |
Bottom | Remove the bottom border. |
Left | Remove the left border. |
None | No flags. |
Right | Remove the right border. |
Top | Remove the top border. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.BorderRemoveBorderFlags
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2