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




Options for the ColorResolutionCommand.Mode property.

Syntax

Visual Basic (Declaration) 
Public Enum ColorResolutionCommandMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionCommandMode
C# 
public enum ColorResolutionCommandMode : Enum 
Managed Extensions for C++ 
__value public enum ColorResolutionCommandMode : public Enum 
C++/CLI 
public enum class ColorResolutionCommandMode : public Enum 

Members

MemberDescription
InPlace Convert the source image in place (no copy is made).
CreateDestinationImage Create a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted RasterImage.
OnlyDataOnly provide the converted data in the ColorResolutionCommand.Data event.

The source image is unchanged and no new, destination image will be created.

AllPages Process all pages in the source image.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also