←Select platform

ColorResolutionCommandMode Enumeration

Summary
Options for the ColorResolutionCommand.Mode property.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ColorResolutionCommandMode 
typedef NS_ENUM(NSInteger, LTColorResolutionCommandMode) { 
 LTColorResolutionCommandModeInPlace,  
 LTColorResolutionCommandModeCreateDestinationImage,  
 LTColorResolutionCommandModeOnlyData,  
 LTColorResolutionCommandModeAllPages 
} NS_SWIFT_NAME(LTColorResolutionCommand.Mode); 
public enum ColorResolutionCommandMode 
public enum class ColorResolutionCommandMode   
class ColorResolutionCommandMode(Enum): 
   InPlace = 0 
   CreateDestinationImage = 1 
   OnlyData = 2 
   AllPages = 3 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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