LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

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.

.NET support WinRT support Silverlight support
Syntax
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DigitalSubtractCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DigitalSubtractCommandFlags
[FlagsAttribute()]
public enum DigitalSubtractCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags = function() { };
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class DigitalSubtractCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.