Click or drag to resize

SignatureGetStrokes Method

Returns list of strokes, each containing a list of coordinates that make up the signature.

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public List<List<Coordinate>> GetStrokes()

Return Value

Type: ListListCoordinate
list of strokes, each containing a list of coordinates that make up the signature.
See Also