Click or drag to resize

PdfCanvas DrawImage Method (PdfImage, PointF)

Draws an image.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawImage(
	PdfImage image,
	PointF point
)

Parameters

image
Type: Spire.Pdf.Graphics PdfImage
The image.
point
Type: System.Drawing PointF
The point.
See Also