2

I have an ArcGIS Desktop extension and I need to extract images from the map.

How can I programmatically output the active view to a jpeg image?

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Oct 25, 2012 at 12:51

1 Answer 1

4

There are two Visual Studio snippets that exports the active view as a JPEG:

Creates a .jpg (JPEG) file from IActiveView using a high resolution exporting option. Default values of 96 DPI are overwritten to 300 used for the image creation.

Creates a .jpg (JPEG) file from IActiveView. Default values of 96 DPI are used for the image creation.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
answered Oct 25, 2012 at 13:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.