Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

GetMimeType Method








A RasterImageFormat.
Gets a string that represents the MIME type for the specified RasterImageFormat file format.
Syntax
public static string GetMimeType( 
   RasterImageFormat format
)
'Declaration
 
Public Shared Function GetMimeType( _
   ByVal format As RasterImageFormat _
) As String
'Usage
 
Dim format As RasterImageFormat
Dim value As String
 
value = RasterCodecs.GetMimeType(format)
public static string GetMimeType( 
   RasterImageFormat format
)
+ (NSString *)mimeTypeForFormat:(LTRasterImageFormat)format
public static String getMimeType(RasterImageFormat format)
 function Leadtools.Codecs.RasterCodecs.GetMimeType( 
   format 
)
public:
static String^ GetMimeType( 
   RasterImageFormat format
) 

Parameters

format
A RasterImageFormat.

Return Value

A string that represents the associated MIME type.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

Error processing SSI file