GetMimeTypeExtension Method (original) (raw)

Summary

Gets the default extension for the specified MIME type.

Syntax

public static string GetMimeTypeExtension( string _mimeType_ )

public: static String^ GetMimeTypeExtension( String^ _mimeType_ )

def GetMimeTypeExtension(self,mimeType): 

Parameters

mimeType
The MIME type requested.

Return Value

A string containing the file extension for the specified MIME type (without the ".").

Leadtools.Codecs Assembly

CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

StartCompress(int,int,int,RasterByteOrder,RasterViewPerspective,int,byte[],int,int,CodecsCompression,CodecsCompressDataCallback) Method