I have successfully coded textboxes, arrows (lines), and sticky notes but I cant figure out hoe to add a high light. I followed the same patter with the other three but highlights elude me. What goes in the type casting parenthesis ? Please advise.
Here is a snip of my code:
var docPages = (LFDocumentPages)_document.Pages;
var firstPage = (LFPage)docPages.Item[1];
var highlight = (WHAT GOES HERE?) firstPage.AddAnnotation(Annotation_Type.ANN_HIGHLIGHT);