I was wondering of how to get total number of bookmarks in a pdf file. I am reading pdf files as:
pdfReader = new iTextSharp.text.pdf.PdfReader(filePath);
I know I have to use pdfOutline class, but how to use it in my current scenario is my question.