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?
1 Answer 1
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.
Explore related questions
See similar questions with these tags.