Object Model Reference : Classes : P : PrintPostScript : Properties : PrintPostScript.Level |
Property Level As PrnPostScriptLevel
Member of PrintPostScript
The Level property returns or specifies the PostScript level of the print engine.
The following VBA example displays the current PostScript level.
Sub Test() |
MsgBox "The current PostScript level is level " & _ |
ActiveDocument.PrintSettings.PostScript.Level |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.