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