ShowPicturePlaceHolders Property

Applies To

View object.

Description

True if blank boxes are displayed as placeholders for pictures. Read/write Boolean.

See Also

Draft property.

Example

This example inserts a picture in the active document and displays picture placeholders in the active window.

Selection.Collapse Direction:=wdCollapseStart
ActiveDocument.InlineShapes.AddPicture Range:=Selection.Range, _
    FileName:="C:\Windows\Bubbles.bmp"
ActiveWindow.View.ShowPicturePlaceHolders = True