PdfDevice.DrawImage

PdfDevice.DrawImage method

Draws the specified image.

public override void DrawImage(byte[] data, ImageType type, RectangleF rect)
ParameterTypeDescription
dataByte[]An array of bytes representing the image.
typeImageTypeImage type.
rectRectangleFA rectangel which determines position and size to draw.

See Also