This documentation is for the old version. Go to the latest Graphics Mill docs

ImageLoadMode Enumeration

Specifies possible image loading modes for the BitmapViewer (class BitmapViewer and its descendants).

Namespace: GraphicsMill
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Java Script
GraphicsMill.ImageLoadMode = function();
GraphicsMill.ImageLoadMode.createEnum('GraphicsMill.ImageLoadMode', false);

Members

Member name Description
entire

The whole image is loaded.

adaptiveTile

Adaptive loading algorithm is used. It determines which parts of image should be loaded and loads corresponding tiles.

regularTile

The image is cut into tiles of predefined size. And only visible tiles are loaded to the client browser.

See Also

Reference