Question
IAC C# using GetAnnotIndex and GetAnnot Method
How can I find the index of an annotation ?
int annotIndex = pDPage.GetAnnotIndex(pDAnnot);
For getting the pDAnnot, we need to specify the index before hand
pDAnnot = (CAcroPDAnnot)pDPage.GetAnnotIndex(annotIndex);Feels like a closed loop. Any idea on how to get AnnotationIndex
