IDrawingFactory.CreateCodec
IDrawingFactory.CreateCodec method
Creates a codec for the specified image.
public ICodec CreateCodec(byte[] image)
Parameter | Type | Description |
---|---|---|
image | Byte[] | The byte array containing the image data. |
Return Value
The created ICodec
.
See Also
- interface ICodec
- interface IDrawingFactory
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG