PdfImage(RectangleFloat, Byte) Constructor
Constructs a PDF image from the given .NET image to be laid out in the given destination rectangle in a PDF canvas.
The aspect ratio of the image is preserved in PDF
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
public PdfImage(
RectangleFloat destRectangle,
byte[] imageData
)
Parameters
- destRectangle RectangleFloat
- The destination rectangle with the dimensions expressed in points
- imageData Byte
- The image data