View.ShowPicturePlaceHolders Property
True if blank boxes are displayed as placeholders for pictures.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowPicturePlaceHolders As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowPicturePlaceHolders
instance.ShowPicturePlaceHolders = value
bool ShowPicturePlaceHolders { get; set; }
Property Value
Type: System.Boolean