Borders.SurroundFooter Property
Returns or sets a value that indicates if a page border encompasses the document footer.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SurroundFooter As Boolean
Get
Set
'Usage
Dim instance As Borders
Dim value As Boolean
value = instance.SurroundFooter
instance.SurroundFooter = value
bool SurroundFooter { get; set; }
Property Value
Type: System.Boolean