BottomMargin Property (PageSetup)
Gets or sets the size of the bottom margin, in pixels.
public double BottomMargin {get; set;}
'Declaration
Public Property BottomMargin As Double
'Usage
Dim instance As PageSetup
Dim value As Double
instance.BottomMargin = value
value = instance.BottomMargin
Property Value
A double value represents the bottom margin.