Save MapWebView as JPEG

JATAIDE

Member
Licensed User
Longtime User
I think this issue is hotly debated in that forum but please tell me if I am right:
I want to save a MapWebView as JPG. What should I do? First I select the image and then keep it with this function?

Dim Out As OutputStream
Out = File.OpenOutput(File.DirRootExternal, "Test.png", False)
Bitmap1.WriteToStream(out, 100, "PNG")
Out.Close

if i am correct can tell me an example that the forum is to select the image or the required function.

Thank you
 
Top