Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

GetSelected Method

Show in webframe
Returns the current selected items in the viewer
Syntax
 function Leadtools.Controls.ImageViewerItems.getSelected()

Return Value

TypeDescription
ImageViewerItem An array of the items that are currently selected in the viewer.
Remarks

This method will return an array that contains all the items that have the value of ImageViewerItem.IsSelected set to true.

Example

For an example, refer to ImageViewerSelectItemsInteractiveMode.

See Also

Reference

ImageViewerItems Object
ImageViewerItems Members

Error processing SSI file