select Method

Summary

Select items in the viewer.

Syntax

JavaScript Syntax
ImageViewerItems.prototype.select = function(selectedItems) 
TypeScript Syntax
select(selectedItems: ImageViewerItem[]): void; 

Parameters

selectedItems

Array of items to select. Or null to de-select all the items.

Remarks

This is a helper method to quickly set the value of ImageViewerItem.isSelected for a group of items.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly