 | DrawingGetEncoder Method |
Get the Codec information of a image format
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static ImageCodecInfo GetEncoder(
ImageFormat format
)
Public Shared Function GetEncoder (
format As ImageFormat
) As ImageCodecInfo
Parameters
- format
- Type: System.Drawing.ImagingImageFormat
The image format to be process
Return Value
Type:
ImageCodecInfoCodec informations of the image format
See Also