Save position in document

Hi support,

I need to save the current position in the document, before moving to a bookmarked position. The option of inserting a new bookmark is excluded. I just want to know where to revert after writing in the bookmarked area, without adding content to the document.

Regards,
Milan

Hi
Thank you for your inquiry. You can use CurrentNode property to get current position of DocumentBuilder and then use MoveTo method to move cursor back. See the following links for more information.
https://docs.aspose.com/words/net/navigation-with-cursor/

Best regards.