LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DigitalSubtractCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : DigitalSubtractCommandFlags Enumeration



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

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

Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DigitalSubtractCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As DigitalSubtractCommandFlags
C# 
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
ContrastEnhancementPerform a contrast enhancement after applying the subtraction.
NoneNo enhancement.
OptimizeRangeOptimize 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also