Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public static string GetMineType(
Image image
)
Public Shared Function GetMineType (
image As Image
) As String
Dim image As Image
Dim returnValue As String
returnValue = Core.GetMineType(image)
static member GetMineType :
image : Image -> string
public static String GetMineType(
Image image
)
public static function GetMineType(
image : Image
) : String
CSID3TagsLib.Core.GetMineType = function(image);
Parameters
- image
- Type: System.DrawingImage
Return Value
Type:
StringSee Also