insertItem Method

Summary

Overrides LeadCollection.InsertItem to handle adding items to the viewer.

Syntax
TypeScript
JavaScript
ImageViewerItems.prototype.insertItem = function( 
   index, 
   item 
) 
insertItem( 
   index: number, 
   item: ImageViewerItem 
): void; // protected 

Parameters

index

0-based index at which to add the item.

item

The ImageViewerItem item to be added.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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