public enum ColorResolutionCommandMode
Public Enum ColorResolutionCommandMode
typedef NS_ENUM(NSInteger, LTColorResolutionCommandMode)
public enum ColorResolutionCommandMode
public enum class ColorResolutionCommandMode
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 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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document