OpenImageFileDialog.DefaultExt 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)
Syntaxpublic string DefaultExt { get; set; }
Public Property DefaultExt As String
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