ANZ_VIEW

typedef enum _ANZ_VIEW 
{ 
   ANZ_VIEW_TRANSVERSE, 
   ANZ_VIEW_SAGITTAL, 
   ANZ_VIEW_CORONAL 
} ANZ_VIEW, *pANZ_VIEW; 

The ANZ_VIEW enumeration provides information about loading Analyze 7.5 (ANZ) files in LEADTOOLS.

Members

ANZ_VIEW_TRANSVERSE

View Analyze file from underneath side.

ANZ_VIEW_SAGITTAL

View Analyze file from right side.

ANZ_VIEW_CORONAL

View Analyze file from front side.

Comments

This enumeration is used within the FILEANZOPTIONS structure to specify the view type.

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

LEADTOOLS Raster Imaging C API Help

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