Hello,
Next problem i'm having with application 
I have integrated the Annotations Service into the application which works really well. But I want to take it to the next level but having some problems.
I want to be able to have the user select the text and then be able to issue a command in the context menu which would be able to see what the user selected.
I know with a RichTextBox you can do RTB.Document.Selected.Text but I can't see how to do it using the FlowDocumentReader. I looked at TextRanges but it seems to only get the Start and End of the whole document, not have an option for just the highlighted text.
It would be great if I could get this done.
Thanks
Ben