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