FILEVFFOPTIONS (original) (raw)
Summary
The FILEVFFOPTIONS structure provides information on loading VFF files.
Syntax
typedef struct _FILEVFFOPTIONS
{
[L_UINT](../../main/api/leadtools-basic-data-types.html) uStructSize;
[VFF_VIEW](vff-view.html) View;
[L_UINT32](../../main/api/leadtools-basic-data-types.html) uFlags;
}
FILEVFFOPTIONS, *pFILEVFFOPTIONS;
Members
uStructSize
Size of this structure. Use sizeof (FILEVFFOPTIONS).
View
View type.
uFlags
Reserved for future use.
Comments
pFILEVFFOPTIONS is a pointer to a FILEVFFOPTIONS structure. Use LFileSettings::SetVFFOptions and LFileSettings::GetVFFOptions to set and get the VFF file options.
Usage
Data Types
Functions
LEADTOOLS Raster Imaging C++ Class Library Help