HiQPdf Documentation

PdfImage Constructor

Quickly Create High Quality PDFs
Overload List

  NameDescription
Public methodPdfImage
Constructs an empty PDF image. The SetPdfImage(Single, Single, Single, String) method must be called after the object creation
Public methodPdfImage(RectangleF, Image)
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(RectangleF, 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(RectangleF, Boolean, Image)
Constructs a PDF image from the given .NET image to be laid out in the given destination rectangle in a PDF canvas
Public methodPdfImage(RectangleF, 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, Image)
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, Image)
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