View.ShowTextBoundaries Property
True if dotted lines are displayed around page margins, text columns, objects, and frames in print layout view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ShowTextBoundaries As Boolean
Get
Set
'Usage
Dim instance As View
Dim value As Boolean
value = instance.ShowTextBoundaries
instance.ShowTextBoundaries = value
bool ShowTextBoundaries { get; set; }
Property Value
Type: System.Boolean