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: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
Public Enumeration ImageLoadMode
C#
public enum ImageLoadMode

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 (TileSize) size. And only visible tiles are loaded to the client browser.

See Also

Reference