You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cant seem to find any way to add one image to a document, and add an image immediately after (to the right of) the first image. All forms of image adding just add the image below the first one. How would I go about doing this?
TO CLARIFY: I cannot find a way to do this beyond the method mentioned in a different issue - that being adding an invisible table. For my project, that is not an option. I need images to insert one after the other, left to right.
The text was updated successfully, but these errors were encountered:
You must use a :
picture.WrapStyle = WrapStyle.WrapSquare;
and then you can position your picture in the page.
This is a feature of Xceed Words for .NET (the commercial version of DocX). You can try it for free here: https://xceed.com/en/our-products/product/words-for-net
In sample "AddPictureWithTextWrapping()", it shows an example of how to use it:
I cant seem to find any way to add one image to a document, and add an image immediately after (to the right of) the first image. All forms of image adding just add the image below the first one. How would I go about doing this?
TO CLARIFY: I cannot find a way to do this beyond the method mentioned in a different issue - that being adding an invisible table. For my project, that is not an option. I need images to insert one after the other, left to right.
The text was updated successfully, but these errors were encountered: