Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : RasterGrayscaleMode Enumeration |
public enum RasterGrayscaleMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum RasterGrayscaleMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterGrayscaleMode
public enum RasterGrayscaleMode : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTRasterGrayscaleMode)
public enum RasterGrayscaleMode
Leadtools.RasterGrayscaleMode = function() { }; Leadtools.RasterGrayscaleMode.prototype = {<br/> None = 0, OrderedNormal = 1, OrderedInverse = 2, NotOrdered = 3, };
public enum class RasterGrayscaleMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | None | Not grayscale |
1 | OrderedNormal | Normally ordered grayscale (dark to light) |
2 | OrderedInverse | Reverse ordered grayscale (light to dark) |
3 | NotOrdered | Unordered grayscale |
System.Object
System.ValueType
System.Enum
Leadtools.RasterGrayscaleMode