When viewing long multipage documents, you can free up memory by unloading pages that you are not currently viewing from active memory.
To remove a specific page from memory:
· Use the IN_UnloadPage function.
To remove all pages but the current one from memory:
· Use the IN_UnloadPages function.
You can also set the number of pages to keep in memory through the "Unload Max=" keyname in the [System] section of the INI file. For details, refer to the System Administrator Help (sysadmin.hlp) that is installed with Imagenation.
See also