PdfImage(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 |
PdfImage(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 |
PdfImage(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 |
PdfImage(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 |
PdfImage(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 |
PdfImage(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 |
PdfImage(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 |
PdfImage(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 |