Click or drag to resize
DrawingGetEncoder Method
Get the Codec information of a image format

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static ImageCodecInfo GetEncoder(
	ImageFormat format
)

Parameters

format
Type: System.Drawing.ImagingImageFormat
The image format to be process

Return Value

Type: ImageCodecInfo
Codec informations of the image format
See Also