Accusoft.ThumbnailXpress6.Net
CaseSensitive Property




Gets and sets an indicator if the filter file name matching case sensitivity is enabled.
Syntax
public bool CaseSensitive {get; set;}
public: __property bool get_CaseSensitive();
public: __property void set_CaseSensitive( 
   bool value
);
public:
property bool CaseSensitive {
   bool get();
   void set (    bool value);
}
'Declaration
 
Public Property CaseSensitive As Boolean
 
'Usage
 
Dim instance As Filter
Dim value As Boolean
 
instance.CaseSensitive = value
 
value = instance.CaseSensitive

Property Value

A boolean value which is true if the pattern specified must match in a case sensitive manner. Otherwise, false is used.
Remarks

The default value is false.

This flag is only relevant for a filter type of: Filename.

See Also

Reference

Filter Class
Filter Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback