ImageGear .NET v25.0 - Updated
DefaultExtension Property




ImageGear.Core Assembly > ImageGear.Formats Namespace > IImGearFormat Interface : DefaultExtension Property
Gets the default extension used when naming files containing images in this format (e.g., ‘*.bmp’ for the BMP format).
Syntax
'Declaration
 
ReadOnly Property DefaultExtension As String
'Usage
 
Dim instance As IImGearFormat
Dim value As String
 
value = instance.DefaultExtension
string DefaultExtension {get;}
__property string* get_DefaultExtension();
property String^ DefaultExtension {
   String^ get();
}

Property Value

String containing format extension.
Remarks
This property specifies the default extension used when naming files containing images in this format (e.g., ‘*.bmp’ for the BMP format).

This property is used when populating the filter for the SaveFileDialog.

See Also

Reference

IImGearFormat Interface
IImGearFormat Members