PreviousSectionProperties.PageMargin Property

Page Margins.Represents the element tag in schema: w:pgMar

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

Syntax

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

value = instance.PageMargin

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.PageMargin
Returns PageMargin.

See Also

Reference

PreviousSectionProperties Class

PreviousSectionProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace