Hello,
I am relatively new to WPF and I have an issue with Adorners.
I have an inkcanvas that contains an image, I can save the image with the strokes added by the user. The issue I have is that I have a requirement that allows the user to add text over the image, and to print/save the text without damaging th image.
I used an adorner to put text over the inkcanvas, and it looks fine on screen, but I am at a loss to save the text, or print the image with the text.
Any help would be appreciated