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