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