PdfImage(Single, Single, Image) Constructor

Constructs an image from the given .NET image to be laid out at the given coordinate in a PDF canvas. The destination width in PDF is the available width in canvas

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfImage(
	float destX,
	float destY,
	Image image
)

Parameters

destX  Single
The destination X coordinate in points
destY  Single
The destination Y coordinate in points
image  Image
The .NET image

See Also