PrintPostScriptOverText Property Example
This example sets Word to print PRINT field instructions on top of text and graphics, and then it prints the active document.
ActiveDocument.PrintPostScriptOverText = True
ActiveDocument.PrintOut
This example returns the current status of the Print PostScript over text option on the Print tab in the Options dialog box.
currSet = ActiveDocument.PrintPostScriptOverText