Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsAnzView Enumeration








Indicates the view to use when loading ANZ (Analyze) images.
Syntax
'Declaration
 
Public Enum CodecsAnzView 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsAnzView
public enum CodecsAnzView
Leadtools.Codecs.CodecsAnzView = function() { };
Leadtools.Codecs.CodecsAnzView.prototype = {<br/>
  Transverse = 0,
	Sagittal = 1,
	Coronal = 2,
	
 };
public enum class CodecsAnzView : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0Transverse View is from underneath
1Sagittal View is from right side
2Coronal View is from front
Remarks
For more information and an example, refer to CodecsAnzOptions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsAnzView

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace

Error processing SSI file