View.Draft property (Word)
True if all the text in a window is displayed in the same sans-serif font with minimal formatting to speed up display. Read/write Boolean.
Syntax
expression.Draft
expression A variable that represents a 'View' object.
Example
This example displays the contents of the window for Document1 in the draft font.
Windows("Document1").View.Draft = True
This example toggles the draft font option for the active window.
ActiveDocument.ActiveWindow.View.Draft = _
Not ActiveDocument.ActiveWindow.View.Draft
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.