Document.PrintPostScriptOverText Property (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property PrintPostScriptOverText As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.PrintPostScriptOverText

instance.PrintPostScriptOverText = value
[BrowsableAttribute(false)]
public bool PrintPostScriptOverText { get; set; }
[BrowsableAttribute(false)]
public:
property bool PrintPostScriptOverText {
    bool get ();
    void set (bool value);
}
public function get PrintPostScriptOverText () : boolean 
public function set PrintPostScriptOverText (value : boolean)

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

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace