Click or drag to resize

OpenImageFileDialogDefaultExt Property

Gets or sets the default file name extension.

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

Property Value

Type: String
The default file name extension. The returned string does not include the period (.). The default value is an empty string("").
See Also