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

Show in webframe

DigitalSubtractCommandFlags Enumeration








Flags that indicate the action to take after subtraction has occurred.

These flags have a FlagsAttribute attribute that allows a bitwise combination of member values.

Syntax
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DigitalSubtractCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DigitalSubtractCommandFlags
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTDigitalSubtractCommandFlags)
public enum DigitalSubtractCommandFlags
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags = function() { };
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags.prototype = {<br/>
  None = 0x00000000,
	ContrastEnhancement = 0x00000001,
	OptimizeRange = 0x00000002,
	
 };
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No enhancement.
0x00000001ContrastEnhancement Perform a contrast enhancement after applying the subtraction.
0x00000002OptimizeRange Optimize and increase the tonal range of the image after applying the subtraction.
Remarks
You can use a bitwise OR (|) to specify one flag from each group.
Value Meaning
ContrastEnhancement Perform a contrast enhancement after applying the subtraction.
OptimizeRange Optimize and increase the tonal range of the image after applying the subtraction.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file