GetLoadingMode  Method

Description         This method gets the thumbnail loading mode.

Usage                  RetVal = [BiThumbnail.] GetLoadingMode thumbHandler

Remarks             RetVal                    LONG             Thumbnail loading mode.

                            thumbHandler       LONG             Thumbnail handler.

 

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              SetLoadingMode