Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.1
LEADTOOLS Raster Imaging C DLL Help

FILEANZOPTIONS

Show in webframe

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

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

Member

Description

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use the sizeof(FILEANZOPTIONS) macro 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 following functions make use of this structure:

L_GetANZOptions

L_SetANZOptions

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.