here\'s my code. It correctly adds the pictures I want and everything works except that the images are using their native resolution, so if the image is big
You can try something like this:
Image logo = Image.GetInstance("pathToTheImage") logo.ScaleAbsolute(500, 300)