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.
Size of the structure. The size must be set before passing this structure to the LEAD functions. Use sizeof(FILEANZOPTIONS) to calculate this value.
Indicates the view. The following values are possible:
Value | Meaning |
---|---|
ANZ_VIEW_TRANSVERSE | View is from underneath |
ANZ_VIEW_SAGITTAL | View is from right side |
ANZ_VIEW_CORONAL | View is from front |
Reserved for future use, pass 0.
pFILEANZOPTIONS is a pointer to a FILEANZOPTIONS structure.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document