BASS.NET API for the Un4seen BASS Audio Library

TagPictureGetMimeTypeFromImage Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the MIMEType of a given Image.

Namespace:  Un4seen.Bass.AddOn.Tags
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string GetMimeTypeFromImage(
	Image pImage
)

Parameters

pImage
Type: System.DrawingImage
The image to get the MIMEType from.

Return Value

Type: String
The MIMEType of the image.
See Also

Reference