ImageGear .NET v25.0 - Updated
MIMEType Property




ImageGear.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
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

Reference

IImGearFormat Interface
IImGearFormat Members