HiQPdf Documentation

PdfImage Constructor (Single, Single, Byte)

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

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

public PdfImage(
	float destX,
	float destY,
	byte[] imageData
)

Parameters

destX
Type: SystemSingle
The destination X coordinate in points
destY
Type: SystemSingle
The destination Y coordinate in points
imageData
Type: SystemByte
The image data
See Also

Reference