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 = {
InPlace = 0, CreateDestinationImage = 1, OnlyData = 2, AllPages = 3, };
public enum class ColorResolutionCommandMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | InPlace | Convert the source image in place (no copy is made). |
1 | CreateDestinationImage | Create a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted Leadtools.RasterImage. |
2 | OnlyData |
Only provide the converted data in the ColorResolutionCommand.Data event. The source image is unchanged and no new, destination image will be created. |
3 | AllPages | Process all pages in the source image. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.ColorResolutionCommandMode