Hi Guys,
We have an app that can save, as a image, its entire page, through this code:
VM:
View/PainelSelecionado.View as FrameworkElement:
Now, we want to generate this image and send to our server and then save it.
What is happening is what I'm getting a odd "Parameter is not valid" exception...
Server:
I searched and found a lot of possible resolutions and wasted a few hours trying.
One of the possible resolutions is that the image was "bad formed".
So, I'm using the PngBitmapEncoder to generate the Stream... I don't need to do the reverse thing?
You guys doesn't have a better approach? Any ideas? HELP?!
thanks in advance