LEADTOOLS (Leadtools assembly)

ColorResolutionCommandMode Enumeration

Show in webframe







Options for the ColorResolutionCommand.Mode property.
Syntax
public enum ColorResolutionCommandMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ColorResolutionCommandMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorResolutionCommandMode
public enum ColorResolutionCommandMode : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0InPlaceConvert the source image in place (no copy is made).
1CreateDestinationImageCreate a new image, leaving the source image unchanged. The ColorResolutionCommand.DestinationImage will hold the converted Leadtools.RasterImage.
2OnlyData

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

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

3AllPagesProcess all pages in the source image.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.