|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
| Leadtools.ImageProcessing.Core Namespace : AutoBinarizeCommandFlags Enumeration |
[FlagsAttribute()] public enum AutoBinarizeCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum AutoBinarizeCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As AutoBinarizeCommandFlags
[FlagsAttribute()] public enum AutoBinarizeCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTAutoBinarizeCommandFlags)
public enum AutoBinarizeCommandFlags
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags = function() { };
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags.prototype = {<br/>
UseAutoPreProcessing = 0x00000000,
UseAutoThreshold = 0x00000000,
DontUsePreProcessing = 0x00000001,
UseBackGroundElimination = 0x00000002,
UseColorLeveling = 0x00000004,
UseUserThreshold = 0x00000010,
UsePercentileThreshold = 0x00000020,
UseMedianThreshold = 0x00000040,
};
[FlagsAttribute()] public enum class AutoBinarizeCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.AutoBinarizeCommandFlags