SetLoadingMode  Method

Description         This method sets the thumbnail loading mode.

Usage                  [BiThumbnail.] SetLoadingMode thumbHandler loadingType

Remarks             RetVal                    LONG             Thumbnail loading mode.

                            thumbHandler       LONG             Thumbnail handler.

                            loadingType           LONG             Thumbnail loading type.

 

Available thumbnail loading codes:

LT_LOWQUALITY                      load thumbnails in low quality, but it's fast

LT_HIGHQUALITY                     load thumbnails in high quality, but it's slow

LT_MIXED                                    it loads thumbnails in low quality, and then fresh those in high quality

See Also              GetLoadingMode