DWF Viewer (Read Only)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Printing in VB using Express Viewer API

3 REPLIES 3
Reply
Message 1 of 4
Anonymous
302 Views, 3 Replies

Printing in VB using Express Viewer API

We have a VB Project using WHIP API's Print functions.
frmview.Whip1.PrintCurrentView
and
frmview.Whip1.PrintSetup (with Printer Dialog Box)

As Autodesk is promoting Express Viewer instead of Whip Viewer, we are testing our programs using the new API. Can anyone help us using the Express Viewer's API to Print the current view of the file to the default system printer.

thanks in advance.
Chandra
3 REPLIES 3
Message 2 of 4
Anonymous
in reply to: Anonymous

 
style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">The
next version of the viewer (due out very very soon) has an API that will do
exactly what you are looking for.

'
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Make
sure the page is fully loaded


style="mso-spacerun: yes">
size=2>AdView.Viewer.WaitForPageLoaded();



style="mso-spacerun: yes">
 



style="mso-spacerun: yes">'
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Print the current view and
force the background to white


AdView.Viewer.SimplePrint (false, true);


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
We
have a VB Project using WHIP API's Print functions.

frmview.Whip1.PrintCurrentView
and
frmview.Whip1.PrintSetup (with
Printer Dialog Box)

As Autodesk is promoting Express Viewer instead of Whip Viewer, we are
testing our programs using the new API. Can anyone help us using the Express
Viewer's API to Print the current view of the file to the default system
printer.

thanks in advance.
Chandra

Message 3 of 4
Anonymous
in reply to: Anonymous

Ben,
Thanks for your help.
Before the next version is released. Is there any place we can download the Beta version to do our testing?
thanks,
Chandra
Message 4 of 4
Anonymous
in reply to: Anonymous

You can get the beta version at:
href="http://betaprograms.autodesk.com">http://betaprograms.autodesk.com
 (eBeta)
- Autodesk Express Viewer

 


style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
Ben,

Thanks for your help.
Before the next version is released. Is there
any place we can download the Beta version to do our testing?
thanks,

Chandra

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report