![]() |
![]() |
PrintSettings.PostScript
Property PostScript As PrintPostScript
Member of PrintSettings
The PostScript property returns a PrintPostScript object that represents the PostScript print settings in the print engine.
The PostScript property returns a read-only value.
The following code example displays the PostScript level of the current PostScript device:
Sub Test() Dim DrwPostScriptSettings As PrintPostScript Set DrwPostScriptSettings = ActiveDocument.PrintSettings.PostScript With DrwPostScriptSettings MsgBox "The current printing device is a PostScript level " & _ .Level & " device." End With End Sub
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.