←Select platform

ColorResolutionCommandMode Enumeration

Summary
Options for the ColorResolutionCommand.Mode property.
Syntax
C#
VB
Objective-C
C++
Java
public enum ColorResolutionCommandMode 
Public Enum ColorResolutionCommandMode  
typedef NS_ENUM(NSInteger, LTColorResolutionCommandMode) 
public enum ColorResolutionCommandMode 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.