Reputation: 1626
I did insert an image using the OpenXML SDK API .. however i can not figure out how to position the image to appear on any part of the page (probably using anything similar to (x,y) co-ordinates)?
Upvotes: 3
Views: 800
Reputation: 32926
There are two different kinds of images, inline images and positioned images. My guess is you're creating an inline image and need a positioned image.
Upvotes: 2