Document.PrintPostScriptOverText Property

Definition

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.

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

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.

Applies to