| ScanUtilsgetMimeType Method  | 
            Gets the mime type of the given image format.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string getMimeType(
	string format
)
Public Shared Function getMimeType ( 
	format As String
) As String
public:
static String^ getMimeType(
	String^ format
)
static member getMimeType : 
        format : string -> string 
Parameters
- format
 - Type: SystemString
 
Return Value
Type: 
String
See Also