Home > BSPrinter documentation > Reference

CurrentPrinterDefaultSettingChange Event

Applies to: PrinterExEvents object

  Parameter(s):  
   Info     PropertyName     As     String  
   Info     NewValue     As     Variant  


Description:

Occurs when a default setting is changed in Windows for the currently selected printer device (such as default Orientation or Paper Size).

For example if the Orientation changes from vertical to horizontal, the PropertyName argument will be "Orientation" and NewValue will be 2 - vbPRDPHorizontal

See Also:

DefaultPrinterChange event