Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MultiscaleEnhancementCommandFlags Enumeration








Flags that determine method behavior.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum MultiscaleEnhancementCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As MultiscaleEnhancementCommandFlags
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTMultiscaleEnhancementCommandFlags)
public enum MultiscaleEnhancementCommandFlags
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags = function() { };
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags.prototype = {<br/>
  None = 0x00000000,
	EdgeEnhancement = 0x00000010,
	LatitudeReduction = 0x00000020,
	
 };
[FlagsAttribute()]
public enum class MultiscaleEnhancementCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No Enhancement.
0x00000010EdgeEnhancement Add the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used.
0x00000020LatitudeReduction Add the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file