ZebraDevs / LinkOS-Xamarin-Samples

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.
Other
8 stars 11 forks source link

Image printing in iOS #5

Open mrbelk opened 6 years ago

mrbelk commented 6 years ago

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?