ImageGear .NET - Updated October 2, 2018
MIMEType Property




ImageGear24.Core Assembly > ImageGear.Formats Namespace > IImGearFormat Interface : MIMEType Property
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

Reference

IImGearFormat Interface
IImGearFormat Members