c# - Detecting Properties button click on PrintDialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I display the print dialog using the ShowDialog() function. On the print
dialog there is a properties button.

I need to detect when this properties button has been clicked as i want to
re-calculate the total pages possible to print as this value can change when
moving between portrait + landscape settings.

Anyone have any ideas?
 
It's possible using the latest version of Dialog Workshop .NET (1.4.1).
It's not available yet on our web (http://www.componentage.com), but
CaPrintDialog component now contains events: PrinterSetup,
PrinterSetupComplete.
These events are raised before and after Properties dialog is shown.
Please contact us directly if you want to get eval copy immediatelly.

Sergey
 
Back
Top