ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / DefaultExtension Property




In This Topic
DefaultExtension Property
In This Topic
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