PreviousSectionProperties.PageBorders Property

Page Borders.Represents the element tag in schema: w:pgBorders

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property PageBorders As PageBorders
    Get
    Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As PageBorders

value = instance.PageBorders

instance.PageBorders = value
public PageBorders PageBorders { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.PageBorders
Returns PageBorders.

See Also

Reference

PreviousSectionProperties Class

PreviousSectionProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace