An NDoc Documented Class Library

pdfPage.addImage Method (Image, Int32, Int32, Int32, Int32)

Method that adds an image to the page object

public void addImage(
   Image newImgObject,
   int X,
   int Y,
   int height,
   int width
);

Parameters

newImgObject
Image Object
X
X position of the image in the page
Y
Y position of the image in the page
height
New height of the image
width
New width of the image

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.addImage Overload List