Click or drag to resize
DrawingGetEncoderInfo Method
Get the codec information of a mime type

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static ImageCodecInfo GetEncoderInfo(
	DrawingImageMimeTypes mimeType
)

Parameters

mimeType
Type: ToolBooxDrawingImageMimeTypes
Mime type to be process

Return Value

Type: ImageCodecInfo
Codec informations of the image mime type
See Also