Accusoft.ThumbnailXpress6.Net
FileSize Property




Gets and sets the filter file size comparison value.
Syntax
'Declaration
 
Public Property FileSize As Integer
'Usage
 
Dim instance As Filter
Dim value As Integer
 
instance.FileSize = value
 
value = instance.FileSize
public int FileSize {get; set;}
public: __property int get_FileSize();
public: __property void set_FileSize( 
   int value
);
public:
property int FileSize {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the file size comparison value.
Remarks

The default value is 0.

This property is only relevant for a filter type of: FileSize.

See Also

Reference

Filter Class
Filter Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback