Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Bitmap annotation not added in PDF.

More
IP: 192.168.0.71 11 years 4 months ago - 11 years 4 months ago #7944 by moontech
When new version come with Bitmap annotation ?
And what i do for now?
Because number of user sent tickets for this issue.
Last edit: 11 years 4 months ago by fischer.
More
IP: 192.168.0.71 11 years 4 months ago #7946 by radaee
in fact. Page.AddAnnotBitmap has no issue.
new demo just let developers to test.
More
IP: 192.168.0.71 11 years 4 months ago #7956 by moontech
Earlier we are not able to add annotation after saving pdf.
Now we get AnnotationCount value with new annotation and also getting rectangle area when tap on Pdf.
But annotation is not visible here.
More
IP: 192.168.0.71 11 years 4 months ago #7958 by moontech
Can we have sample code for add bitmapannotation for new library?
More
IP: 192.168.0.71 11 years 4 months ago - 11 years 4 months ago #7961 by radaee
in PDFReader, see methods:
PDFReader.PDFSetStamp(), which enter/leave stamp status.
PDFReader.onTouchStamp(), which treat UI events.
PDFReader.onDrawStamp(), which draw stamp status.
in stamp status, it just record all coordinates, and Bitmap objects.
and draw recorded data to screen.
when stamp status leaved, all recorded data is added to Page, and then erase all recorded data.
Last edit: 11 years 4 months ago by .
More
IP: 192.168.0.71 11 years 4 months ago #7965 by moontech
These methods are not available in PDFReader(using version 3.1).
Time to create page: 0.380 seconds
Powered by Kunena Forum