Remove Method

Summary

Removes one thumbnail or a group of thumbnails from the WebThumbnailViewer control.

Syntax
C#
VB
C++
public void Remove( 
   int firstIndex, 
   int lastIndex 
) 
  
Public Sub Remove( _ 
   ByVal firstIndex As Integer, _ 
   ByVal lastIndex As Integer _ 
)  
public: 
void Remove(  
   int firstIndex, 
   int lastIndex 
)  

Parameters

firstIndex
The 0-based index of the first thumbnail to remove.

lastIndex
The 0-based index of the last thumbnail to remove. Must be greater than or equal to firstIndex. You can pass -1 to remove from firstIndex to the last thumbnail index in the WebThumbnailViewer control.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly