←Select platform

ColorResolutionCommandMode Enumeration

Summary

Options for the ColorResolutionCommand.Mode property.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum ColorResolutionCommandMode 
Public Enum ColorResolutionCommandMode  
    
    
public enum ColorResolutionCommandMode    
typedef NS_ENUM(NSInteger, LTColorResolutionCommandMode) 
public enum ColorResolutionCommandMode 
Leadtools.ImageProcessing.ColorResolutionCommandMode = function() { }; 
Leadtools.ImageProcessing.ColorResolutionCommandMode.prototype = {<br/> 
  InPlace = 0, 
    CreateDestinationImage = 1, 
    OnlyData = 2, 
    AllPages = 3, 
     
 }; 
public enum class ColorResolutionCommandMode   

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 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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly