TextBox in top left corner of every page

Hi!

I have to dynamically build a multi-page word document, in which I have to place a Textbox in the top left corner of every page.

How would I do this? Building the document, I don’t know if a new section happens to be on a next page.

Is there a chance to solving this by using the (beta) DocumentRenderer?

Thank you very much in advance for your help!

Hi
Thanks for your interest in Aspose products. I think that you can insert your Textbox into the header. Then Textbox will be displayed on each page.
See the following link.
https://docs.aspose.com/words/net/working-with-headers-and-footers/
Best regards.