Accusoft.ThumbnailXpress6.Net
RemoveAt Method (FilterCollection)




An integer which represents the position of the filter to remove.
Removes the filter at the given location in the collection.
Syntax
'Declaration
 
Public Overridable Shadows Sub RemoveAt( _
   ByVal collectionIndex As Integer _
) 
'Usage
 
Dim instance As FilterCollection
Dim collectionIndex As Integer
 
instance.RemoveAt(collectionIndex)
public virtual new void RemoveAt( 
   int collectionIndex
)
public: virtual new void RemoveAt( 
   int collectionIndex
) 
public:
virtual new void RemoveAt( 
   int collectionIndex
) 

Parameters

collectionIndex
An integer which represents the position of the filter to remove.
Remarks

If the filter was enabled, its criteria will no longer be applied against subsequent calls to ThumbnailItemCollection.AddItemsFromDirectory

See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback