ImageDisplayOrder Enumeration |
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
Public Enumeration ImageDisplayOrder
Members
| Member name | Description |
---|
| 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