DocumentBase.PrintPostScriptOverText Property
Gets or sets a value that indicates whether 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.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
Public Property PrintPostScriptOverText As Boolean
public bool PrintPostScriptOverText { get; set; }
Property Value
Type: System.Boolean
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; otherwise, false.
Remarks
This property controls whether postscript code is printed in a converted Microsoft Office Word for Macintosh document. If the document contains no PRINT fields, this property has no effect.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.