PdfImage(Single, Single, Byte) 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
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfImage(
float destX,
float destY,
byte[] imageData
)
Parameters
- destX Single
- The destination X coordinate in points
- destY Single
- The destination Y coordinate in points
- imageData Byte
- The image data