General information
The MobileControl class is a Windows Forms control that displays the signature captured on a mobile device in real time. It can be placed on the custom program window in the usual way by using Visual Studio Designer.
MobileDevice property
This property determines the mobile device whose signature data is to be displayed.
C#
MobileDevice MobileDevice;
|
In |
Out |
Possible values |
Description |
|---|---|---|---|
|
✔️ |
✔️ |
MobileDevice instance |
Mobile device whose signature data is to be displayed |
Instances for mobile devices are provided via the MobileDeviceFound event of the MobileCapture class.