Click or drag to resize

FolderThumbnailViewExtensionFilter Property

Gets or sets the a string representing the file extensions that will be recognized as thumbnails in the FolderThumbnailView control.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ExtensionFilter { get; set; }

Property Value

Type: String
A string representing the file extensions that will be recognized as thumbnails in the FolderThumbnailView control.
Remarks

Each extension should contain a wildcard "*" and be separated by a ";". For example, the default ExtensionFilter is:

"*.png;*. tif ;*.jpg;*.pcx;*.psd;*.tga;*.wbmp;*.wmf;*.emf;*.pcd;*.gif;"

See Also