4
Answers

Get annotation.hashMap values using itextsharp in C#

How to get  "annotation.hashMap keys and Values" from 
 
Dim annotation As PdfDictionary = CType(pdfReader.GetPdfObject(annot), PdfDictionary)
 
using itextsharp in vb.net ? 

Answers (4)