Hi - I'm trying to print silently to the default printer though either the the radPDFViewerNavigator print button or the radPDFViewer default context menu.
For the radPDFViewerNavigator print button click event, I have the following:
me.RadPdfViewer1.Print(False)
This causes the document to print directly to the default printer but then right after that it still brings up the print dialog box. Is there any way to keep the dialog box from showing?
As for the context menu print option, I can't seem to find a way to get the click event of this in order to override showing the print dialog box.
Any assistance on this will be greatly appreciated.
For the radPDFViewerNavigator print button click event, I have the following:
me.RadPdfViewer1.Print(False)
This causes the document to print directly to the default printer but then right after that it still brings up the print dialog box. Is there any way to keep the dialog box from showing?
As for the context menu print option, I can't seem to find a way to get the click event of this in order to override showing the print dialog box.
Any assistance on this will be greatly appreciated.