Draft Property

Applies To

View object.

Description

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.

See Also

ShowFormat property, ShowPicturePlaceHolders property.

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.

ActiveWindow.View.Draft = Not ActiveWindow.View.Draft