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

FILEVFFOPTIONS

Show in webframe

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.

Comments

pFILEVFFOPTIONS is a pointer to a FILEVFFOPTIONS structure. Use L_SetVFFOptions and L_GetVFFOptions to set and get the VFF file options.

The following functions make use of this structure:

L_GetVFFOptions

L_SetVFFOptions

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