Accusoft.ThumbnailXpress6.Net
CreateFilter Method




A string value that represents the name of the filter.
This is the method that a user would use to create a new uninitialized filter.
Syntax
'Declaration
 
Public Function CreateFilter( _
   ByVal name As String _
) As Filter
'Usage
 
Dim instance As ThumbnailXpress
Dim name As String
Dim value As Filter
 
value = instance.CreateFilter(name)
public Filter CreateFilter( 
   string name
)
public: Filter* CreateFilter( 
   string* name
) 
public:
Filter^ CreateFilter( 
   String^ name
) 

Parameters

name
A string value that represents the name of the filter.

Return Value

A Filter created.
See Also

Reference

ThumbnailXpress Class
ThumbnailXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback