ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / MIMEType Property




In This Topic
    MIMEType Property
    In This Topic
    Gets the MIME Media Type associated with the format.
    Syntax
    'Declaration
     
    ReadOnly Property MIMEType As String
    'Usage
     
    Dim instance As IImGearFormat
    Dim value As String
     
    value = instance.MIMEType
    string MIMEType {get;}
    __property string* get_MIMEType();
    property String^ MIMEType {
       String^ get();
    }

    Property Value

    String containing the format's MIME Type.
    Remarks
    This property provides the MIME Media Type assiciated with the format, such as "image/jpeg", "image/tiff", etc.
    See Also