Previous Document Next Document

Object Model Reference : Classes : P : PrintPostScript : Properties : PrintPostScript.Level


PrintPostScript.Level

Property Level As PrnPostScriptLevel

Description

Member of PrintPostScript

The Level property returns or specifies the PostScript level of the print engine.

VBA example

The following VBA example displays the current PostScript level.

Sub Test()
 MsgBox "The current PostScript level is level " & _
  ActiveDocument.PrintSettings.PostScript.Level
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.