Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ColorResolutionCommandMode Enumeration
See Also  
Leadtools.ImageProcessing Namespace : ColorResolutionCommandMode Enumeration



Indicates options for the ColorResolutionCommand.

Syntax

Visual Basic (Declaration) 
Public Enum ColorResolutionCommandMode 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionCommandMode
C# 
public enum ColorResolutionCommandMode : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ColorResolutionCommandMode : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
InPlace Convert the source image in place (no copy is made).
CreateDestinationImage Create a new image, leaving the source image unchanged.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.ColorResolutionCommandMode

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also