HiQPdf Documentation

PdfImage Constructor (Single, Single, Single, Byte)

HiQPdf Client for .NET Core
Constructs an image from the given .NET image 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,
	byte[] imageData
)

Parameters

destX
Type: SystemSingle
The X location where this element will be rendered
destY
Type: SystemSingle
The Y location where this element will be rendered
destWidth
Type: SystemSingle
The destination width in points
imageData
Type: SystemByte
The image data
See Also

Reference