Available in the LEADTOOLS Imaging toolkit. |
PreLoadFilters example for Visual Basic
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 3, 1, "BMP,PCX,FAX,TIF"