An NDoc Documented Class Library

pdfPersistentPage.addImage Method (Image, Int32, Int32)

Method that adds an image to the page object

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

Parameters

newImgObject
Image Object
X
X position of the image in the page
Y
Y position of the image in the page

See Also

pdfPersistentPage Class | sharpPDF Namespace | pdfPersistentPage.addImage Overload List