Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : GetMimeTypeExtension Method |
'Usage
Dim mimeType As String Dim value As String value = RasterCodecs.GetMimeTypeExtension(mimeType)
function Leadtools.Codecs.RasterCodecs.GetMimeTypeExtension( mimeType )
This method will return the default file extension commonly used with file of types mimeType. For example, "image/jpeg" MIME type (JPEG raster image files) commonly have "jpg" extensions, "application/pdf" (Adobe PDF files) commonly have "pdf" extensions and so forth.