MonoTouch:打印到网络打印机
我对 iPhone 开发真的很陌生。
我正在评估对于潜在的应用程序是否使用 Monotouch 还是 objC。
该应用程序需要能够将图片打印到网络打印机。
我看过几篇关于如何使用 cocoa touch/objc 进行操作的帖子。
找不到任何使用单点触控执行此操作的示例。
使用 MonoTouch 可行/支持吗?
这是必须具备的功能。
谢谢
I am really new to iPhone dev.
I am evaluating whether to use Monotouch or objC for a potential app.
The app needs to be able to print pictures to a network printer.
I have seen couple of posts about how to do it using cocoa touch/objc.
Could not find any examples of doing this using monotouch.
Is this doable/supported using MonoTouch?
This is a must have feature.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该可以,我已经检查过:
http://github.com/migueldeicaza/monotouch-samples< /a> 在“打印”目录中:
This should do it, I have checked this into:
http://github.com/migueldeicaza/monotouch-samples in the "print" directory: