Accusoft.ThumbnailXpress6.Net
Add Method (FilterCollection)




An integer which represents the filter to add.
Adds the provided filter item to the end of the collection.
Syntax
'Declaration
 
Public Overridable Function Add( _
   ByVal item As Filter _
) As Integer
'Usage
 
Dim instance As FilterCollection
Dim item As Filter
Dim value As Integer
 
value = instance.Add(item)
public virtual int Add( 
   Filter item
)
public: virtual int Add( 
   Filter* item
) 
public:
virtual int Add( 
   Filter^ item
) 

Parameters

item
An integer which represents the filter to add.

Return Value

An integer which represents the new count of total filters.
Remarks

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

See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback