Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Text Annotations in Xamarin

More
IP: 129.69.220.126 7 years 10 months ago - 7 years 10 months ago #13752 by JohannesHepp
Where can I find the option for Text Annotations?
Couldn't find it in Xamarin.iOS and Xamarin.Android GUI.
Last edit: 7 years 10 months ago by JohannesHepp.
More
IP: 188.10.33.120 7 years 10 months ago #13757 by federico
Hi,
If you're asking about sticky notes in Xamarin iOS app you could do a long press on text, select it and tap "TA" option from MenuItem and in Xamarin Android app you could add it using the note annotation button. To save the edited PDF you must put the PDF in an editable directory.
If you're asking about free text annotations you could implement in Objective C or Java code your custom methods. I suggest you to take a look at this method in PDFIOS.h:
Code:
bool Page_addAnnotEditbox( PDF_PAGE page, PDF_MATRIX matrix, const PDF_RECT *rect, int line_clr, float line_w, int fill_clr, float tsize, int text_clr );
Time to create page: 0.433 seconds
Powered by Kunena Forum