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

Black text are not rendering as pure black

More
IP: 192.168.0.71 9 years 5 months ago #12273 by Kin Chung
Global.mBitmap does not exist in the original source code.

I tried the following code instead and the problem still exists:
Code:
Bitmap bitmap = Bitmap.createBitmap((int) (document.GetPageWidth(0)), (int) (document.GetPageHeight(0)), Bitmap.Config.ARGB_8888); Page page = document.GetPage(0); bitmap.eraseColor(Color.WHITE); page.RenderToBmp(bitmap, new Matrix( 1, -1, 0, document.GetPageHeight(0))); page.Close();
More
IP: 192.168.0.71 9 years 5 months ago #12283 by nermeen
We have retested using your code, and we cannot see the issue.
But your screenshot is from a different document, so can you retry using the document you sent before, and send us the new document?
Time to create page: 0.344 seconds
Powered by Kunena Forum