Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have a map that's being rendered inside a custom application, and now I need to add to the ESRI.ArcGIS.AxToolbarControl an export (to PNG) button and a print button, but honestly don't know how. I've already looked at this and this samples, but couldn't make them work.

share|improve this question
Did you look at the sample on printing with the PageLayoutControl? – Kirk Kuykendall Oct 27 '11 at 15:15
@KirkKuykendall: Thanks, I've tried it but couldn't make it work. Isn't there anything like axToolbarControl.AddItem("esriControls.ControlsPrintTool", ...); or axToolbarControl.AddItem("esriControls.ControlsExportTool", ...); ? – Gastón Oct 27 '11 at 17:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.