C#
VB
Java
Objective-C
WinRT C#
C++
Options for manipulating the behavior of image type detection.
public enum ImageColorTypeCommandFlags
Public Enum ImageColorTypeCommandFlags
public enum ImageColorTypeCommandFlags
typedef NS_ENUM(NSInteger, LTImageColorTypeCommandFlags)
ImageColorTypeCommandFlags
Leadtools.ImageProcessing.Core.ImageColorTypeCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ImageColorTypeCommandFlags.prototype = {<br/>
None = 0,
FavorBlackAndWhite = 1,
FavorColor = 1,
FavorGrayScale = 2,
};
public enum class ImageColorTypeCommandFlags
Members
Value | Member | Description |
---|---|---|
0 | None | Nothing. |
1 | FavorBlackAndWhite | Favor black and white result. Meaning that it will more likely to return black and white as a result. |
1 | FavorColor | Favor colored result. Meaning that it will more likely to return colored as a result. |
2 | FavorGrayScale | Favor grayscale result. Meaning that it will more likely to return gray scale as a result. |
It is used through ImageColorTypeCommand command.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET