Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RasterWindowLevelMode Enumeration








Indicates whether window level changes are used by the paint and image processing functions or only by the paint functions.
Syntax
'Declaration
 
Public Enum RasterWindowLevelMode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RasterWindowLevelMode
public enum RasterWindowLevelMode : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTRasterWindowLevelMode)
public enum RasterWindowLevelMode
Leadtools.RasterWindowLevelMode = function() { };
Leadtools.RasterWindowLevelMode.prototype = {<br/>
  Paint = 0,
	PaintAndProcessing = 1,
	
 };
public enum class RasterWindowLevelMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Paint Window level changes used only by the paint functions
1PaintAndProcessing Window level changes used for both paint and image processing functions
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterWindowLevelMode

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Error processing SSI file