如何在 C# - windows 表单中从 ePad 捕获签名?

发布于 2024-09-02 16:04:23 字数 256 浏览 11 评论 0原文

我需要保存 ePad 设备 的签名。我更愿意使用 Microsoft.Ink InkPicture 控件,但 ePad 的缩放实际上会缩放鼠标指针。 ePad SDK 示例也未编译。另外,我是一个 winforms 菜鸟。是否有某个库或示例代码可能有用?

I need to save a signature from an ePad device .. I would prefer to use the Microsoft.Ink InkPicture control but the ePad really zoom zooms the mouse pointer about. The ePad SDK samples didn't compile either. Also, I'm a winforms noob. Is there a certain library or sample code that might be helpful?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

找个人就嫁了吧 2024-09-09 16:04:23

您的签名设备附带 COM 驱动程序(在技术规范中找到)。
从示例中您可能会发现如何连接和启用设备。

我不确定您是否可以通过 InkPicture 控件来操作该设备。

另一种选择是 OPOS,但您必须询问设备供应商该设备是否支持 OPOS。

Your signature device comes with COM driver (found it in tech specification).
From examples you may find how to connect and enable device.

I'm not sure that you can operate the device via InkPicture control.

An another option is OPOS, but you have to ask device vendor if the device supports OPOS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文