microsoft.ink

modifying a print preview

I'm building a c# app that displays a print preview (of a document) and then asks the user(s) to 'sign' the document via a InkPicture control. I've got no problems extracting the Bitmap from the inkpicture control and applying it to the PrintDocument (I do this earlier in the process before the print preview and paint those images to the...

Microsoft.Ink not working on Server 2008 (not R2)

To start off, we have 2 servers: Alpha (Server 2008 R2) and Beta (Server 2008). We cannot create images Beta using Microsoft.Ink.dll (we have version 1.7.2600.2180). The code works great on Alpha (Server 2008 R2) but on Beta (Server 2008) it fails. Our code is compiled in x86 and both server's app pools are set to allow x86 programs. ...

Microsoft.Ink RealTimeStylus doesn't work on some computers

We have an application that uses Microsoft.Ink as its RealTimeStylus to let our users draw annotations on images. The problem that we have is that it's not working on some computers.It seems that some required files are missing but I couldn't find requirements list for this component on the Net. The exception that we get is an InvalidOer...

How can I display ink (that is already captured) as an image in an ASP.NET page?

Hi folks, I have a .NET windows application that collects ink using Microsoft.Ink from Microsoft Tablet PC SDK and stores it in a database. That's working fine. Now I need to display this ink as an image in an ASP.NET application. Note that I don't need to capture any strokes in the web application. Just display the already captured s...