Previous Document Next Document

Object Model Reference : Classes : P : PrintSettings : Properties : PrintSettings.Printer


PrintSettings.Printer

Property Printer As Printer

Description

Member of PrintSettings

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

VBA example

The following VBA 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 2013 Corel Corporation. All rights reserved.