Click or drag to resize

FileSystemImageSourceFileFilter 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)
Syntax
public FileSystemImageSourceFileFilterDelegate FileFilter { get; set; }

Property Value

Type: FileSystemImageSourceFileFilterDelegate
A delegate that is invoked for each file.
See Also