_Document.PrintPostScriptOverText Property
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PrintPostScriptOverText As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.PrintPostScriptOverText
instance.PrintPostScriptOverText = value
bool PrintPostScriptOverText { get; set; }
Property Value
Type: System.Boolean
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.