HiQPdf Documentation

PdfImage Constructor (Single, Single, Single, String)

HiQPdf Client for .NET Core
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

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public PdfImage(
	float destX,
	float destY,
	float destWidth,
	string file
)

Parameters

destX
Type: SystemSingle
The destination X coordinate in points
destY
Type: SystemSingle
The destination Y coordinate in points
destWidth
Type: SystemSingle
The destination width in points
file
Type: SystemString
The full path of the image file
See Also

Reference