Persisting Ink on InkPicture
Hello fellow Ink Developers,
I am doing a project where I have an InkPicture control. It is used to obtain signatures from several members of a team. I found a site that says it is not possible to reload saved ink into one of these controls:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tpcsdk10/lonestar/Microsoft.Ink/Classes/ink/Methods/load.asp. Is there a workaround for this? I got the ink data to save as a byte array but I would like to be able to display it back to the user at some point using the same control. Is there a way to do this or do I have to save the ink as an image or something and display it through another control (like a picturebox, but I would not be able to allow the user to edit the signature stored in the InkPicture. Also note that I'm not concerned at all with ink recognition or displaying the information as text, just the picture of the signature.
Thank you very much for any advice you could provide.

