Sample code for developing cross-platform applications on Android and iOS using Xamarin. The demos in this repository are stored on separate branches. To navigate to a demo, please click branches.
I am trying to print a PNG signature image in my Xamarin.Android and Xamarin.iOS platform projects. The android image printing works great. The iOS image printing not so much. Here is the post I made in the discussion group for receipt and label printing:
The SDK documentation refers to using a CGImageRef, but I don't think that Xamarin.iOS has any such class. At least none that I can find. What am I doing wrong?
I am trying to print a PNG signature image in my Xamarin.Android and Xamarin.iOS platform projects. The android image printing works great. The iOS image printing not so much. Here is the post I made in the discussion group for receipt and label printing:
https://developer.zebra.com/thread/35039
The SDK documentation refers to using a CGImageRef, but I don't think that Xamarin.iOS has any such class. At least none that I can find. What am I doing wrong?