LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

ImageColorTypeCommandFlags Enumeration

Show in webframe







Options for manipulating the behavior of image type detection.
Syntax
public enum ImageColorTypeCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageColorTypeCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageColorTypeCommandFlags
public enum ImageColorTypeCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTImageColorTypeCommandFlags
ImageColorTypeCommandFlags
Leadtools.ImageProcessing.Core.ImageColorTypeCommandFlags = function() { };
Leadtools.ImageProcessing.Core.ImageColorTypeCommandFlags.prototype = {
None = 0x00000000, FavorBlackAndWhite = 0x00000001, FavorColor = 0x00000001, FavorGrayScale = 0x00000002, };
public enum class ImageColorTypeCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNothing.
0x00000001FavorBlackAndWhiteFavor black and white result. Meaning that it will more likely to return black and white as a result.
0x00000001FavorColorFavor colored result. Meaning that it will more likely to return colored as a result.
0x00000002FavorGrayScaleFavor grayscale result. Meaning that it will more likely to return gray scale as a result.
Remarks
It is used through ImageColorTypeCommand command.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ImageColorTypeCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.