Accusoft.ThumbnailXpress6.Net
Type Property (Filter)




Gets and sets access to the filter type.
Syntax
'Declaration
 
Public Property Type As FilterType
'Usage
 
Dim instance As Filter
Dim value As FilterType
 
instance.Type = value
 
value = instance.Type
public FilterType Type {get; set;}
public: __property FilterType get_Type();
public: __property void set_Type( 
   FilterType value
);
public:
property FilterType Type {
   FilterType get();
   void set (    FilterType value);
}

Property Value

A FilterType object which determines the filter type.
Remarks

The default value is Filename.

See Also

Reference

Filter Class
Filter Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback