Hello, I'm trying to add a PdfFreeTextAnnotation to a PDF document without user interaction but am having trouble doing so. I am able to create the annotation just fine, but it requires a mouse click before the annotation is added to the document. Is there a good way to do this from code? Any suggestions would be appreciated.
Along these lines when I do add an annotation via the mouse click is there an easy way to immediately start edit mode (specifically I would do this if the annotation was blank)