Settings.DoNotDisplayPageBoundaries Property
Do Not Display Visual Boundary For Header/Footer or Between Pages.Represents the element tag in schema: w:doNotDisplayPageBoundaries
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DoNotDisplayPageBoundaries As DoNotDisplayPageBoundaries
Get
Set
'Usage
Dim instance As Settings
Dim value As DoNotDisplayPageBoundaries
value = instance.DoNotDisplayPageBoundaries
instance.DoNotDisplayPageBoundaries = value
public DoNotDisplayPageBoundaries DoNotDisplayPageBoundaries { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.DoNotDisplayPageBoundaries