Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterGrayscaleMode Enumeration
See Also  
Leadtools Namespace : RasterGrayscaleMode Enumeration



Indicates the kind of grayscale palette, if any, that an image has.

Syntax

Visual Basic (Declaration) 
Public Enum RasterGrayscaleMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterGrayscaleMode
C# 
public enum RasterGrayscaleMode : Enum 
C++/CLI 
public enum class RasterGrayscaleMode : public Enum 

Members

MemberDescription
None Not grayscale
OrderedNormal Normally ordered grayscale (dark to light)
OrderedInverse Reverse ordered grayscale (light to dark)
NotOrdered Unordered grayscale

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterGrayscaleMode

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also