Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also