Overload List
Name | Description | |
---|---|---|
PdfImage |
Constructs an empty PDF image. The SetPdfImage(Single, Single, Single, String) method must be called after the object creation
| |
PdfImage(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
| |
PdfImage(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
| |
PdfImage(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
| |
PdfImage(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
| |
PdfImage(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
| |
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, 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
| |
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
|
See Also