Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Text Annotation

More
IP: 2.50.1.176 5 years 7 months ago #15179 by [email protected]
Dear Team,
How to add and edit Text annotation in RadaeePDF Library?

Thanks & Regards
Ponlingam S
More
IP: 111.196.242.44 5 years 7 months ago #15180 by radaee
Replied by radaee on topic Text Annotation
if you mean add editbox has no UI, you just only need invoke Page.AddAnnotEditBox();
if you mean need integrate into PDFLayoutView,
you shall do like rectangle annotation.
1. implement OnEditboxTouchBegin/OnEditboxTouchMove/OnEditboxTouchEnd same to OnRectTouchBegin/OnRectTouchMove/OnRectTouchEnd, except status check need modified.
2. implement osDrawEditbox same to osDrawRects, except status check need modified.
3. implement vEditboxStart/vEditboxEnd/vEditboxCancel like vRectStart/vRectEnd/vRectCancel. you need 2 change point:
a). status check need modified.
b). in vEditboxEnd method, [page addAnnotRect] shall change to [page addAnnotEditbox];

in this way, editbox added to page not display input keyboard, you shall click on editbox after editbox status ended.
Time to create page: 0.395 seconds
Powered by Kunena Forum