Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从ePad 设备中保存签名。我更喜欢使用Microsoft.Ink InkPicture控件,但 ePad 确实缩放鼠标指针。ePad SDK 示例也没有编译。另外,我是一个winforms菜鸟。是否有某个库或示例代码可能有用?
Microsoft.Ink
InkPicture
您的签名设备带有 COM 驱动程序(在技术规范中找到)。从示例中,您可能会发现如何连接和启用设备。
我不确定您是否可以通过 InkPicture 控件操作该设备。
另一种选择是 OPOS,但您必须询问设备供应商该设备是否支持 OPOS。