I have following query regarding the functionality in PDFNet SDK for iOS (Swift )
I drawn some annotations(Like line, circle,Arrow etc ) . After drawing these annotations, i am saving the drawn annotation data by using “doc.SaveToFile(“FileName.pdf”, flags: e_ptlinearized.rawValue)” method.
But i need to get each and Every annotation value. May i know is there any possibility to get it ?