←Select platform

GetMimeType Method

Summary

Gets a string that represents the MIME type for the specified RasterImageFormat file format.

Syntax
C#
VB
Objective-C
C++
Java
public static string GetMimeType( 
   RasterImageFormat format 
) 
Public Shared Function GetMimeType( _ 
   ByVal format As RasterImageFormat _ 
) As String 
+ (NSString *)mimeTypeForFormat:(LTRasterImageFormat)format 
public static String getMimeType(RasterImageFormat format) 
public: 
static String^ GetMimeType(  
   RasterImageFormat format 
)  

Parameters

format
A RasterImageFormat.

Return Value

A string that represents the associated MIME type.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly