HiQPdf Documentation

PdfImage Constructor (RectangleF, Image)

Quickly Create High Quality PDFs
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:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfImage(
	RectangleF destRectangle,
	Image image
)

Parameters

destRectangle
Type: System.DrawingRectangleF
The destination rectangle with the dimensions expressed in points
image
Type: System.DrawingImage
The .NET image
See Also

Reference