Hello there,
I would like to dynamically insert an image at a specific page in the document. The DocumentBuilder.InsertImage method works only for the first page, but I would like to let the user choose the target page at runtime. I also cannot use the header or footer sections, because I don’t want the image to appear on every page the footer or header corresponds to. At least there is the possibility to use bookmarks. My problem is, that the image should be placed at the very left page boundary. But I cannot set a bookmark to that position, because of the document’s margin.
So what do I need is the InsertImage method mentioned above, where I can insert a floating (absolutely positioned) image but with the ability to select the target page.
Do you have any idea, how I can achieve my purpose?
Best regards
Mario Wegner