FILEDJVOPTIONS
typedef struct _FILEDJVOPTIONS
{
L_UINT uStructSize;
L_INT nResolution;
}
FILEDJVOPTIONS , L_FAR * 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 LFileSettings::SetDJVOptions and LFileSettings::GetDJVOptions to set and get the DJVU file options.
The following functions make use of this structure: