typedef struct _FILEVFFOPTIONS
{
L_UINT uStructSize;
VFF_VIEW View;
L_UINT32 uFlags;
}
FILEVFFOPTIONS, *pFILEVFFOPTIONS;
The FILEVFFOPTIONS structure provides information on loading VFF files.
Member |
Description |
uStructSize |
Size of this structure. Use sizeof (FILEVFFOPTIONS). |
View |
View type. |
uFlags |
Reserved for future use. |
pFILEVFFOPTIONS is a pointer to a FILEVFFOPTIONS structure. Use LFileSettings::SetVFFOptions and LFileSettings::GetVFFOptions to set and get the VFF file options.
The following methods make use of this structure:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET