_Document.PrintPostScriptOverText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if PRINT field instructions (such as PostScript commands) in a document are to be printed on top of text and graphics when a PostScript printer is used.
public:
property bool PrintPostScriptOverText { bool get(); void set(bool value); };
public bool PrintPostScriptOverText { get; set; }
member this.PrintPostScriptOverText : bool with get, set
Public Property PrintPostScriptOverText As Boolean
Property Value
Remarks
This property returns True if PRINT field instructions (such as PostScript commands) in a document are to be printed on top of text and graphics when a PostScript printer is used, and False if not. Set the property value to True or False to enable or disable the functionality.
This property controls whether postscript code is printed in a converted Microsoft Word for Macintosh document. If the document contains no PRINT fields, this property has no effect.