select Method

Summary

Select items in the viewer.

Syntax
TypeScript
JavaScript
ImageViewerItems.prototype.select = function( 
   selectedItems 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.