Click or drag to resize

EasyScriptCompressedDecoder Constructor

Initializes a new instance of the EasyScriptCompressedDecoder class. Initializes the decompressor and gets ready to receive signature data.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public EasyScriptCompressedDecoder(
	ISignatureProtocol signatureProtocol,
	int currentPosition,
	List<IEasyScriptEventListener> listeners
)

Parameters

signatureProtocol
Type: EasyScriptAPIISignatureProtocol
Signature protocol to use to decode keyboard keys.
currentPosition
Type: SystemInt32
Current position in the stream.
listeners
Type: System.Collections.GenericListIEasyScriptEventListener
Listeners interested in signature events.
See Also