SigPlus.Net Documentation |
|
SigPlusNET.SetTabletType Method
public
void SetTabletType(
int TabletType);
Remarks
Determines if the tablet will accept data from a com port, WinTab driver, USB driver or other method of data input. If WinTab support is not available, it will not do anything when in the active state.
Conversely, if WinTab is present and the mode is not correct, the tablet will also
do nothing when active, because the WinTab driver takes exclusive possession
of the Com Port. This is the preferred way of setting TabletMode for tablet input.
Parameters
TabletType-
Default is 0
- 0=Normal mode. When tablet is activated it will accept input from the
selected com port.
- 1=WinTab mode,when the tablet is activated, it will accept data from the
Topaz WinTab driver only.
- 2=USB mode, when the tablet is activated, it will accept data from the
Topaz USB driver
- 3=TracGemPOST signature format, Transparent Mode (CTRL T)
- 4=Older-model SigLite touch tablet format, an obsolete mode
- 6=HSB tablet (USB mode for tablets using HID driver)
See Also
SigPlusNET Class | Topaz Namespace