This content has been marked as final.
Show 2 replies
-
Re: "image is not a Android.Graphics.Bitmap object" Error - ZQ520 & Link-OS for Xamarin Android
Robin WestJun 21, 2018 8:03 AM (in response to Ciaran Byrne)
Hi Ciaran,
Can you share your instantiation of the "bitmap" object?
The ZebraImageFactory takes two types of objects, an Android Bitmap, or a string file path to a bitmap, jpeg, png and several other file types.
-
Re: "image is not a Android.Graphics.Bitmap object" Error - ZQ520 & Link-OS for Xamarin Android
Ciaran Byrne Jul 4, 2018 5:36 AM (in response to Ciaran Byrne)Thanks Robin,
I resolved this issue by saving the image to a file first as suggested, and then loading it by file path.
The image is storing and printing now