Click or drag to resize

ImageDisplayOrder Enumeration

Used in ImageDisplayOrder to set the order in which to load tiles or ImageDisplayOrder to set the order in which to load the thumbnails.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ImageDisplayOrder
Members
  Member nameDescription
Sequential Thumbnails are loaded in the order regardless of whether they are visible. The order is determined by page order in the case of multipage formats or directory order when the thumbnails are separate files loaded from a directory.
VisibleFirst Visible thumbnails are shown first, but all thumbnails are loaded.
OnDemand Visible thumbnails are shown first, and the others are loaded on demand.
See Also