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