PreLoadFilters Example for Visual J++

This example shows how to pre-load filters.

// preload the BMP, PCX, FAX, and TIFF filters,
// and allow 1 filter to be cached, while always
// keeping 3 loaded.
LEAD1.PreLoadFilters( (short) 3, (short) 1, "BMP,PCX,FAX,TIF" );