LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsAnzView Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsAnzView Enumeration



Indicates the view to use when loading ANZ (Analyze) images.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsAnzView 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsAnzView
C# 
public enum CodecsAnzView : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsAnzView : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
CoronalView is from front
SagittalView is from right side
TransverseView is from underneath

Remarks

For more information and an example, refer to CodecsAnzOptions.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also