An NDoc Documented Class Library

Converter.createStrokes Method 

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

public static Ink[] createStrokes(
   byte[][] 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

Converter Class | Converter Namespace