views:

21

answers:

1

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:

  1. Render inkpresenter into WriteableBitmap (see WriteableBitmap.Render Method)
  2. Convert WriteableBitmap to png using ImageTools
Denis