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

BitmapViewer.imageLoadMode Property

Gets a value that specifies how the image is loaded to a browser.

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

Syntax

Java Script
function get_imageLoadMode();

Property Value

The ImageLoadMode enumeration member that specifies how the image is loaded to a browser.

Remarks

The following load modes are available:

  • entire Whole original image is loaded including all invisible parts.
  • adaptiveTile First of all, the control loads image fragment actually visible in the client area. Then, if an user scrolls the image it loads necessary parts of an original image which are visible but not loaded yet.
  • regularTile In this mode the original image is divided into square tiles. The control loads square fragments of the original image for corresponding tiles which are visible but not loaded yet.

This property corresponds to BitmapViewer.ImageLoadMode server-side member.

See Also

Reference