3

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?

Matt Hinze
  • 13,577
  • 3
  • 35
  • 40

1 Answers1

0

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.

Mayur Birari
  • 5,837
  • 8
  • 34
  • 61
tarasn
  • 19
  • 1
  • 5