I'm using Novacode DocX to generate a Word (DocX) document in C#. At some point in the code, I have a reference to a paragraph object, and I'd like to know what page that paragraph is on. Unfortunately, there is no Pargraph.PageNumber option, or anything of the sort.
Is there a workaround for this?