Click or drag to resize

ISignatureProtocol Interface

This interface represents a Scriptel ScripTouch EasyScript protocol.

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

The ISignatureProtocol type exposes the following members.

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