For Each .PdfDocumentIndex (gb.poppler)

Dim hPdfDocumentIndex As .PdfDocumentIndex
Dim hPdfIndex As PdfIndex
For Each hPdfIndex In hPdfDocumentIndex
  ...
Next

Enumerate each index entry of the PDF document.