Previous Document Next Document
PrintPostScript.Level

Property Level As PrnPostScriptLevel

Member of PrintPostScript

The Level property returns or sets the PostScript level.

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