Is it possible to save an inkpresenter's content as a .png image? If not is there an alternative to inkpresenter that can be drawn on, and saved?
+1
A:
You should be able to convert inkpresenter to png in two steps:
- Render inkpresenter into WriteableBitmap (see WriteableBitmap.Render Method)
- Convert WriteableBitmap to png using ImageTools
Denis
2010-10-25 03:46:30