Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to add parallel images #472

Open
EarthToFatt opened this issue Feb 28, 2024 · 1 comment
Open

No way to add parallel images #472

EarthToFatt opened this issue Feb 28, 2024 · 1 comment

Comments

@EarthToFatt
Copy link

EarthToFatt commented Feb 28, 2024

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.

@XceedBoucherS
Copy link
Collaborator

Hi,

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:
image

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants