ImageGear .NET - Updated May 30, 2018
DefaultExtension Property




ImageGear24.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

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