Leadtools.ImageProcessing Namespace : ColorResolutionCommandMode Enumeration |
public enum ColorResolutionCommandMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum ColorResolutionCommandMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColorResolutionCommandMode
public enum ColorResolutionCommandMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.ColorResolutionCommandMode = function() { }; Leadtools.ImageProcessing.ColorResolutionCommandMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ColorResolutionCommandMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AllPages | Process all pages in the source image. |
CreateDestinationImage | Create a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted Leadtools.RasterImage. |
InPlace | Convert 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. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandMode
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