几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   SolidWorks二次开发 (http://www.dimcax.com/hust/forumdisplay.php?f=111)
-   -   【转帖】edrawings active x - printing muliple pages (http://www.dimcax.com/hust/showthread.php?t=4709)

yang686526 2009-04-12 08:48 PM

【转帖】edrawings active x - printing muliple pages
 
edrawings active x - printing muliple pages
hello all,
i have a vb.net application i have written to open drawings using the api and then print them to my default printer which is a tif printer.
everything is working fine except when i have a drawing that has multiple pages. it will open the drawing and just print the first page and ignore the rest of the pages in the file.
if i open the same drawing with the edrawings program and print it, i have the option to select "all" to get all the pages. by selecting "all" it will print all the pages.
i need this to print all the pages using the api calls.
can anyone help with this issue?
regards,
travis
try these codes..
***********
sub main()
dim retval as string
set swapp = application.sldworks
set swmodel = swapp.activedoc
if swmodel is nothing then msgbox "no document loaded!", vbcritical: end
if swmodel.gettype = swdocdrawing then
retval = swmodel.printout2(0, 0, 1, false, 0, 0, false, 0)
end if
end sub
deepak gupta
sw2007 sp5.0
sw2009 sp2.1


所有的时间均为北京时间。 现在的时间是 11:44 AM.