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



Options for the ColorResolutionCommand.Mode property. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
AllPagesProcess all pages in the source image.
CreateDestinationImageCreate a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted RasterImage.
InPlaceConvert the source image in place (no copy is made).
OnlyData

Only provide the converted data in the ColorResolutionCommand.Data event.

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also