Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerSelectionMode Enumeration

Show in webframe
Defines the selection mode.
Syntax
Leadtools.Controls.ImageViewerSelectionMode = function() { };
Leadtools.Controls.ImageViewerSelectionMode.prototype = {
	none = 0,
	single = 1,
	multi = 2,
	
 };
Members
ValueMemberDescription
0none No selection. Items selection state cannot be changed.
1single Only one item can be selected at a time.
2multi Multiple items can be selected at any time.
See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file