Version

PageMargins Constructor

Initializes a new instance of the PageMargins class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal right As Single, _
   ByVal bottom As Single _
)
public PageMargins( 
   float left,
   float top,
   float right,
   float bottom
)

Parameters

left
The size of the left margin, in points.
top
The size of the top margin, in points.
right
The size of the right margin, in points.
bottom
The size of the bottom margin, in points.
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