Hi,
how can I access annotations which are already exists in a PDF document?
I tried like this:
ldoc = new PdfLoadedDocument(buffer);
var annotations = ldoc.Pages[0].Annotations;
There are multiple annotations (like highlight, notes) on that page, but the annotations.Count is 0.
Any idea?
Cheers,
Enrico