ImageGear v26.3 - Updated
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
    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