FileSystemImageSource.FileFilter Property |
Gets or sets a delegate that is invoked for each file, allowing the files to be filtered with custom
rules.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic FileSystemImageSource.FileFilterDelegate FileFilter { get; set; }
Public Property FileFilter As FileSystemImageSource.FileFilterDelegate
Get
Set
Property Value
Type:
FileSystemImageSource.FileFilterDelegate A delegate that is invoked for each file.
See Also