IDrawingFactory.CreateCodec

IDrawingFactory.CreateCodec method

Creates a codec for the specified image.

public ICodec CreateCodec(byte[] image)
ParameterTypeDescription
imageByte[]The byte array containing the image data.

Return Value

The created ICodec.

See Also