←Select platform

ImageColorTypeCommandFlags Enumeration

Summary

Options for manipulating the behavior of image type detection.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

ValueMemberDescription
0None Nothing.
1FavorBlackAndWhite Favor black and white result. Meaning that it will more likely to return black and white as a result.
1FavorColor Favor colored result. Meaning that it will more likely to return colored as a result.
2FavorGrayScale Favor grayscale result. Meaning that it will more likely to return gray scale as a result.
Remarks

It is used through ImageColorTypeCommand command.

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.ImageProcessing.Core Assembly