In HTML, I can do something like this to make an image float and have the text wrap around it:
<img src="foo.png" style="float: left;" />
Which looks something like this:
Can I do something similar in Migradoc? I tried looking at WrapFormat
, but whatever I try I can't get it to work with that.
I create the image shape as follows:
var img = new MigraDoc.DocumentObjectModel.Shapes.Image(strTempFile);