I am following this Edraw Link.
I was able to search for one of my problem using this LINK.
My code now is
With AxEDOffice1
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintRangeOfPages, 1, 1, "", 2)
// from page , to page , (Page as Object) this one is don't know how to use, number of copies //
End With
//This one is for next page but its not working. I print preview first and click a button using code below.
With AxEDOffice1
.SlideGotoNext()
End With
My question
Print Preview it?
.PrintOut(EDOfficeLib.WdPrintOutRange.wdPrintCurrentPage)
) but the problem is how to navigate to next / previous pages.Edraw library is built using Microsoft.Office.Interop.Word Library so PrintOut Method is the same as found Here (MSDN article above is very useful to your case)
Side Note: To get more attention don't ask anymore about Edraw when things can be done when asking on Microsoft.Office.Interop.Word because it is used by a wide range of people And supported by microsoft.
Use AxEDOffice1.ActiveDocument.PrintOut
Method
To specify Print range you have to select EDOfficeLib.WdPrintOutRange.wdPrintFromTo
option and specify From
and To
parameter. (Begin page and end page)
These reference will help you also:
Hope i helps
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With