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
'宣言
Public Property PageMargin As PageMargin
Get
Set
'使用
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