Click or drag to resize

STNSignatureProtocol Class

This class implements the STN Protocol for the Scriptel ScripTouch EasyScript product.
Inheritance Hierarchy
SystemObject
  EasyScriptAPISTNSignatureProtocol

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class STNSignatureProtocol : ISignatureProtocol

The STNSignatureProtocol type exposes the following members.

Constructors
  NameDescription
Public methodSTNSignatureProtocol
Initializes a new instance of the STNSignatureProtocol class.
Top
Methods
  NameDescription
Public methodGetCancelStream
This method returns the character that denotes a stream has been cancelled.
Public methodGetEndStream
This method returns the character that denotes the end of a stream
Public methodGetHeight
This method returns the height of the device's display in pixels.
Public methodGetPenUp
This method returns the character that denotes a "pen up" event, or the start of a new stroke.
Public methodGetSentinel
This method returns the "sentinel" for the stream, the set of characters immediately following the start character.
Public methodGetStartStream
This method returns the character that denotes the start of a new signature.
Public methodGetWidth
This method returns the width of the device's display in pixels.
Public methodGetXValues
This method returns a two dimensional array containing the values for the high and low x bytes.
Public methodGetYValues
This method returns a two dimensional array containing the values for the high and low y bytes.
Top
See Also