Version

PageMargins Property (SectionProperties)

Returns or sets the margins for all pages in the associated section.
Syntax
'Declaration
 
Public Property PageMargins As Nullable(Of Padding)
public Nullable<Padding> PageMargins {get; set;}
Remarks

In the absence of an explicit setting, this property resolves to a value that is equal to one inch on all sides.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also