PdfImage(Single, Single, Single, String) Constructor

Constructs a PDF image from the given image file to be laid out at the given coordinate and in the given width in a PDF canvas

Definition

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

Parameters

destX  Single
The destination X coordinate in points
destY  Single
The destination Y coordinate in points
destWidth  Single
The destination width in points
file  String
The full path of the image file

See Also