OpenXML SDK How to place an image in MS Word?

I pasted an image using the OpenXML SDK API. However, I cannot figure out how to place the image on any part of the page (perhaps using something similar to the coordinates (x, y))?

+3
source share
1 answer

There are two different types of images, embedded images and positioned images. I assume that you are creating an inline image and need a positioned image.

+1
source

Source: https://habr.com/ru/post/1738994/


All Articles