FILEDJVOPTIONS

Support for the DjVu format has been discontinued effective with Version 17.

typedef struct _FILEDJVOPTIONS
{
   L_UINT uStructSize;
   L_INT nResolution;
}FILEDJVOPTIONS, *pFILEDJVOPTIONS;

The FILEDJVOPTIONS structure provides information on loading DJVU 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() macro to calculate this value.

nResolution

Display resolution in dots per inch, default is 96.

Comments

pFILEDJVOPTIONS is a pointer to a FILEDJVOPTIONS structure. Use L_SetDJVOptions and L_GetDJVOptions to set and get the DJVU file options.

The following functions make use of this structure:

L_GetDJVOptions

L_SetDJVOptions