Options.PrintDraft Property

True if Microsoft Word prints using minimal formatting.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PrintDraft As Boolean
    Get
    Set
'Usage
Dim instance As Options
Dim value As Boolean

value = instance.PrintDraft

instance.PrintDraft = value
bool PrintDraft { get; set; }

Property Value

Type: System.Boolean

Remarks

Not all printers support draft printing.

See Also

Reference

Options Interface

Options Members

Microsoft.Office.Interop.Word Namespace