Add Image

The code snippet above loads a Word document and configures an image with specific dimensions. A new Paragraph object is then instantiated to contain the image, which is added using the AddImage method of the paragraph. This paragraph, now containing the image, is subsequently added to the document using AddParagraph. Finally, the modified document is exported.