i cannot check for the added annotations in the attached pdf file version 1.7 with digital signature.
Annotations.Count = 0
however in other pdf files of same version 1.7 or less
annotations are correctly detected
.
i tested using latest nuget for windows forms 20.3.0.60
For Each loadedPage As PdfLoadedPage In DigitalDocument.Pages
For Each annotation As PdfLoadedAnnotation In loadedPage.Annotations
Next
Next
Attachment: annotationsnotdetected_50b2f082.zip