Click or drag to resize

OpenImageFileDialogFilter Property

Gets or sets the current file name filter string, which determines the choices that appear in the "Files of type" box in the dialog box.

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 Filter { get; set; }

Property Value

Type: String
The file filtering options available in the dialog box.
See Also