An NDoc Documented Class Library

ReadJnt.createStrokes Method 

Loads the byte array representation of a document's Ink objects into an array of actual Ink objects.

private InkHolder[] createStrokes(
   ByteHolder[] strokeData
);

Parameters

strokeData
This array of byte arrays stores all of the stroke data contained in the document being converted.

Return Value

An array of Ink objects that have been loaded with the data saved in the passed byte arrays.

See Also

ReadJnt Class | Converter Namespace