HeaderMargin Property (PageSetup)
Gets or sets the distance from the top of the page to the header, in pixels.
public double HeaderMargin {get; set;}
'Declaration
Public Property HeaderMargin As Double
'Usage
Dim instance As PageSetup
Dim value As Double
instance.HeaderMargin = value
value = instance.HeaderMargin
Property Value
A double value represents the top of the page to the header.