DocDevice.DrawImage
DocDevice.DrawImage method
Draws the specified image.
public void DrawImage(byte[] data, ImageType type, RectangleF rect)
Parameter | Type | Description |
---|---|---|
data | Byte[] | An array of bytes representing the image. |
type | ImageType | Image type. |
rect | RectangleF | A rectangel which determines position and size to draw. |
See Also
- enum ImageType
- class DocDevice
- package com.aspose.html.Rendering.Doc
- package Aspose.HTML