Click or drag to resize
Scriptel.STSeries NamespaceScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Contains classes for all Scriptel ScriptTouch Series digitizers
Classes
  ClassDescription
Public classNotAButtonException
An attempt was made to communicate with STSeries device, but the device is not opened.
Public classRegionNotSetException
Exception to indicate that certain mandatory fields have not been set within an STSeriesRegion subclass
Public classST1400

Properties and methods specific to the Scriptel ST1400 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1475

Properties and methods specific to the Scriptel ST1475U signature capture device

The IST1500U interface should be used to access members rather than the class object directly.

Public classST1500U

Properties and methods specific to the Scriptel ST1500U signature capture device

The IST1500U interface or the ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1501BPYJ

Properties and methods specific to the Scriptel ST1501 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1501ECA

Properties and methods specific to the Scriptel ST1501 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1501PUN

Properties and methods specific to the Scriptel ST1501 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1501PYJ

Properties and methods specific to the Scriptel ST1501 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1525

Properties and methods specific to the Scriptel ST1550 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1526

Properties and methods specific to the Scriptel ST1526 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1526PYJ

Properties and methods specific to the Scriptel ST1526PYJ signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1550

Properties and methods specific to the Scriptel ST1550 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST1551PYJ

Properties and methods specific to the Scriptel ST1501 signature capture device

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classST15XX
The base class for all ST15XX devices...devices which have a pen and display
Public classSTCardReader
Describes the properties and actions available to the card reader
Public classSTCardReaderCardSwipedEventArgs
Event args class used in the CardSwiped event
Public classSTCouldNotCommunicateException
Exception indicating that communication could not be established or maintained with the device
Public classSTDeviceNotOpenedException
An attempt was made to communicate with STSeries device, but the device is not opened.
Public classSTException
Generic STSeries exception from which all STSeries exceptions are derived
Public classSthid
This class contains all of the low-level functionality required to interface with the Windows HID driver to talk to a ScripTouch Series Device.
Public classSTNullDevice

This is a null device. Most methods will throw the NotImplementedException

The ISTSeriesDevice interface should be used to access members rather than the class object directly.

Public classSTNullDeviceFirmwareDownloadStatusEventArgs
Event args class used to get firmware download status
Public classSTNullDeviceRegionSelectedEventArgs
Event args class used in ButtonSelected and ContainerSelected events
Public classSTPropertyNotSupportedByDeviceException
This exception gets thrown in the event that the application attempts to read a property that the device does not support.
Public classSTRenderImageException
Exception indicating that something failed when trying to render the image on the device
Public classSTSeriesDefaultRegionsWorkflowPhase
This class is responsible for restoring the default regions to the device
Public classSTSeriesDevice

Properties and methods that generally apply to any Scriptel ST1500 Series device

This class should not be used directly. Either use the ISTSeriesDevice interface to access members and properties, or use the interface for one of the device specific classes such as the IST1500U interface.

Public classSTSeriesDeviceContainerDevice

Properties and methods specific to the Scriptel STSeriesDeviceContainerDevice signature capture DeviceContainer. This class is not a typical implementation of STSeriesDevice. It was created solely to support languages that cannot cast between super and subclasses, and need to always get a concrete implementation. Specifically VB6 could not handle getting passed a STSeriesDevice from the STSeriesDevicesManager. It needed to be passed a ST1500 or ST1400 etc. The need for separate code for each device type creates much duplication. This class was created to "wrap" any STSeriesDevice so VB6 could can always expect to get a STSeriesDeviceContainerDevice, regardless of the actual attached device. All calls made to STSeriesDeviceContainerDevice are passed to the wrapped device, and all events from the wrapped device are refired by the DeviceContainer

Public classSTSeriesDeviceDisplay
Describes the properties and actions available to the display of a STSeries signature capture device. Use the ISTSeriesDeviceDisplay interface to access methods and properties.
Public classSTSeriesDevicesManager
Creates and maintains a list of the STSeries Signature Capture devices attached to the system
Public classSTSeriesInvalidRegion
A class to indicate an invalid region
Public classSTSeriesRegionContainerRegion
Public classSTSeriesWorkflowButton
This class represents a button on a users workflow screen
Public classSTSeriesWorkflowException
This class represents an exception that can occur while executing a workflow.
Public classSTSeriesWorkflowImage
This class represents an image that is displayed during a workflow phase
Public classSTSeriesWorkflowManager
This class is responsible for managing the
Public classSTSeriesWorkflowParser
This class is responsible for parsing a workflow XML file and creating WorkflowPhase objects from it.
Public classSTSeriesWorkflowPhase
This class represents a screen in a users workflow
Public classSTSignature
Contains and processes signatures captured from the Scriptel ST Series of digitizers
Public classSTSignaturePoint
Information about a pointNumber on the digitizer.
Public classSTValueOutOfRangeException
An attempt to set a value that is out of the acceptable range
Structures
  StructureDescription
Public structureSTSignatureImageInMemory
The structure needed to retrieve an image saved in memory
Interfaces
  InterfaceDescription
Public interfaceIST1500U
Interface specific to the ST1500U digitizer, a member of the Scriptel ST1500 Series of digitizers.
Public interfaceISTCardReader
Base interface for CardReader. Added for COM support.
Public interfaceISTSeriesDevice
This is the base interface for Scriptel ST Series digitizers. All Scriptel digitizers will support these properties and methods as a minimum set. For all features for a given product use the product specific interface.
Public interfaceISTSeriesDeviceDisplay
Interface to the STSeriesDeviceDisplay
Public interfaceISTSeriesDevicesManager
Creates and maintains a list of the STSeries Signature Capture devices attached to the system
Public interfaceISTSeriesRegion
Describes the properties of a region
Public interfaceISTSeriesWorkflowPhase
This class defines the interface to a phase of a customers workflow
Public interfaceISTSignaturePoint

Information about a pointNumber on the digitizer.

Not all information is supported by every digitizer.

The ST1500U supports X, Y, SwitchStatus only.

Public interfaceIUnmanagedEvents
Interface that defines the method signatures of the event handlers used in STSeriesDevice.
Public interfaceSTCardReaderICardSwipedEventArgs
Interface added for COM support.
Public interfaceSTNullDeviceIFirmwareDownloadStatusEventArgs
Public interfaceSTNullDeviceIRegionSelectedEventArgs
Delegates
Enumerations
  EnumerationDescription
Public enumerationSTCardReaderCardFormat
The type of card
Public enumerationSTCardReaderTrackReadStatus
Status of a card read
Public enumerationSthidFeatureReportID
This enumeration represents all of the Feature Report ID's used by the ScripTouch API when talking with a ST Series device.
Public enumerationSthidFeatureReportLength
The byte length of each feature report.
Public enumerationSTSeriesDeviceButtonProperty
Properties that are associated with buttons, either for getting or setting
Public enumerationSTSeriesDeviceRunMode
The available run mode options
Public enumerationSTSeriesDeviceDisplayRegionType
The available region type options
Public enumerationSTSeriesWorkflowButtonWorkflowButtonType
the action associated with the button
Public enumerationSTSignatureAlign
The available alignment options
Public enumerationSTSignatureCrop
The available crop option flags
Public enumerationSTSignatureImageType
The available image types to which an image can be saved
Public enumerationSTSignaturePointInputDeviceStatus
indicates the current state of the pen tip status