VFF_VIEW

typedef enum
{
   VFF_VIEW_UPTODOWN,
   VFF_VIEW_DOWNTOUP,
   VFF_VIEW_LEFTTORIGHT,
   VFF_VIEW_RIGHTTOLEFT,
   VFF_VIEW_FRONTTOREAR,
   VFF_VIEW_REARTOFRONT
} VFF_VIEW;

The VFF_VIEW enumeration provides information about loading SUN TAAC (VFF) files in LEADTOOLS.

Member

Description

VFF_VIEW_UPTODOWN

View VFF file from top side to down side.

VFF_VIEW_DOWNTOUP

View VFF file from down side to top side.

VFF_VIEW_LEFTTORIGHT

View VFF file from left side to right side.

VFF_VIEW_RIGHTTOLEFT

View VFF file from right side to left side.

VFF_VIEW_FRONTTOREAR

View VFF file from front side to rear side.

VFF_VIEW_REARTOFRONT

View VFF file from rear side to front side

Comments

This enumeration is used within the FILEVFFOPTIONS structure to specify the view type.