Printdialog MS V.S. 2005, what to print
I have windows app in MS VS 2005 express ed, which I have a controll which generates maps (axArcreadercontrol)
I can get a printout using the controls functions but this one prints on the default printer without dialog. Code:
AxArcReaderControl1.PrintView() So In VS. I added a printdocument control and a printdialog control then using the code below. The first sub tell what will be printed. Here I would like to specify that the "MapLayout" will be printed, not like this example with the text "What i want to print goes here" printed out. How do I reference the MapLayoutview here instead of some text? I can get the maplayout the way I want it printed by calling Code:
AxArcReaderControl1.currentView = AxArcReaderControl1.ARPageLayout.ARMap(0) Code:
|
All times are GMT -4. The time now is 04:47 AM. |
Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.