LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Remove Method

Show in webframe





The 0-based index of the first thumbnail to remove.
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.
Removes one thumbnail or a group of thumbnails from the WebThumbnailViewer control.
Syntax
public void Remove( 
   int firstIndex,
   int lastIndex
)
'Declaration
 
Public Sub Remove( _
   ByVal firstIndex As Integer, _
   ByVal lastIndex As Integer _
) 
'Usage
 
Dim instance As WebThumbnailViewer
Dim firstIndex As Integer
Dim lastIndex As Integer
 
instance.Remove(firstIndex, lastIndex)

            

            
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.
Example
Refer to Insert(String,Int32,Int32,Int32)
Requirements

Target Platforms

See Also

Reference

WebThumbnailViewer Class
WebThumbnailViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.