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