←Select platform

CodecsAnzView Enumeration

Summary
Indicates the view to use when loading ANZ (Analyze) images.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum CodecsAnzView   
typedef NS_ENUM(NSInteger, LTCodecsAnzView) { 
 LTCodecsAnzViewTransverse,  
 LTCodecsAnzViewSagittal,  
 LTCodecsAnzViewCoronal 
}; 
public enum CodecsAnzView 
public enum class CodecsAnzView   
class CodecsAnzView(Enum): 
   Transverse = 0 
   Sagittal = 1 
   Coronal = 2 
Members
ValueMemberDescription
0Transverse View is from underneath
1Sagittal View is from right side
2Coronal View is from front
Remarks

For more information, refer to CodecsAnzOptions.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.