PreLoadFilters Example for Visual Basic

Note: Also works with Access 95 and 97.

This example shows how to pre-load filters.

    Dim RasterIO As New LEADRasterIO
    'preload the BMP, PCX, FAX, and TIFF filters,
    'and allow 1 filter to be cached, while always
    'keeping 3 loaded.
    RasterIO.PreLoadFilters 3, 1, "BMP,PCX,FAX,TIF"
    '..... load an image