Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Planned SDK features

When can I set and get annotation data?

More
9 years 4 months ago #11419 by netmate
I want to know when I can add or import annotation information after opening a PDF.

I try to access from OnCreate of PDFViewAct but can not receive Annotation information.

Can you tell when the data is loaded in Lib?
More
9 years 4 months ago #11421 by nermeen
You can access these info immediately after openning the PDF, but make sure to call Page.ObjStart first.

E.X.:
Code:
m_view.PDFOpen(m_doc, PDFViewAct.this); Page mPage = m_doc.GetPage(mPageNo); mPage.ObjsStart(); mPage.GetAnnotCount();
Time to create page: 0.418 seconds
Powered by Kunena Forum