←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly