[Xamarin] Can I keep track of the annotations that I add/remove?

22 views
Skip to first unread message

Shirley Gong

unread,
Jun 15, 2016, 7:32:21 PM6/15/16
to pdfne...@googlegroups.com
Q: 
Can I keep track of the annotations that I add/remove using PDFNet Xamarin?

A:
You can use ToolManager's added/modified/removed events to keep track of annotation modification.

See PDFNetAndroidXamarinSample and PDFNetiOSXamarinSample for example.

mToolManager.AnnotationAdded += ToolManager_AnnotationAdded;
mToolManager
.AnnotationModified += ToolManager_AnnotationModified;
mToolManager
.AnnotationRemoved += ToolManager_AnnotationRemoved;

Reply all
Reply to author
Forward
0 new messages