
Gets or sets the margins for the pages of the current document. The measure depends on the WPF.TextControl.PageUnit property. The default measure is device-independent units (1/96th inch). The property value is an object of the type PageMargins. For more information see the description of the PageMargins class.
[C#]
public PageMargins PageMargins { get; set; }
[Visual Basic]
Public Property PageMargins() As PageMargins