ImageGear v26.3 - Updated November 9, 2022
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

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