Previous Document Next Document
PrintSettings.Printer

Property Printer As Printer

Member of PrintSettings

The Printer property returns a Printer value, which is reference to the current printer.

The following code example displays the name of the current printer:

Sub Test() 
 MsgBox "The current printer is:" & vbCr & _ 
  ActiveDocument.PrintSettings.Printer.Name 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.