In This Topic ▼

FILEANZOPTIONS

typedef struct _FILEANZOPTIONS 
{ 
   L_UINT uStructSize; 
   ANZ_VIEW View; 
   L_UINT32 uFlags; 
} FILEANZOPTIONS, *pFILEANZOPTIONS; 

The FILEANZOPTIONS structure provides information on loading ANZ (Analyze format) files in LEADTOOLS.

Members

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEANZOPTIONS) to calculate this value.

View

Indicates the view, possible values are:

Value Meaning
ANZ_VIEW_TRANSVERSE View is from underneath
ANZ_VIEW_SAGITTAL View is from right side
ANZ_VIEW_CORONAL View is from front

uFlags

Unused, pass 0.

Comments

pFILEANZOPTIONS is a pointer to a FILEANZOPTIONS structure.

The structure is used by:

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

LEADTOOLS Raster Imaging C++ Class Library Help