How can I get a screenshot without using the print server?

1143
11
12-18-2018 11:07 AM
MattStayner
Occasional Contributor II

I would like to get a screenshot of a map (basemap with layers on top) without using the print server. Is that possible?

Thanks!

Tags (1)
0 Kudos
11 Replies
MattStayner
Occasional Contributor II

Cool. I will start a conversation over there. Thanks again for your help.

I don't see any way to mark your reply as the correct answer, so I marked it has helpful. Thanks!

0 Kudos
ErwinSoekianto
Esri Regular Contributor

Matt, 

In AppStudio for ArcGIS, the Map Viewer template has this functionality implemented where you can take a look at the source code from, using ArcGIS Runtime SDK for Qt (QML).  It is part of the "Measure" panel functionality. 

The source code for that camera button is on MapViewer/views/ScreenShotsView.qml, on the very bottom of the page, called function "takeScreenShot()"

I hope this is helpful,

Erwin

0 Kudos