HiQPdf Documentation

PdfImage Constructor

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodPdfImage(RectangleFloat, Byte)
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
Public methodPdfImage(RectangleFloat, String)
Constructs a PDF image from the given image file to be laid out in the given destination rectangle in a PDF canvas. The aspect ratio of the image is preserved in PDF
Public methodPdfImage(RectangleFloat, Boolean, Byte)
Constructs a PDF image from the given .NET image to be laid out in the given destination rectangle in a PDF canvas
Public methodPdfImage(RectangleFloat, Boolean, String)
Constructs a PDF image from the given image file to be laid out in the given destination rectangle in a PDF canvas
Public methodPdfImage(Single, Single, Byte)
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
Public methodPdfImage(Single, Single, String)
Constructs a PDF image from the given image file to be laid out at the given coordinate in a PDF canvas The destination width in PDF is the available width in canvas
Public methodPdfImage(Single, Single, Single, Byte)
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
Public methodPdfImage(Single, Single, Single, String)
Constructs a PDF image from the given image file to be laid out at the given coordinate and in the given width in a PDF canvas
Top
See Also

Reference