PdfImage(Single, Single, Single, Image) Constructor
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: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfImage(
float destX,
float destY,
float destWidth,
Image image
)
Parameters
- destX Single
- The X location where this element will be rendered
- destY Single
- The Y location where this element will be rendered
- destWidth Single
- The destination width in points
- image Image
- The .NET image