An NDoc Documented Class Library

pdfPage.addImage Method (String, Int32, Int32)

Method that adds an image to the page object

public void addImage(
   string newImgSource,
   int X,
   int Y
);

Parameters

newImgSource
Image's name
X
X position of the image in the page
Y
Y position of the image in the page

See Also

pdfPage Class | sharpPDF Namespace | pdfPage.addImage Overload List