PageSetup.RightMargin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the size of the right margin in points.
public:
property double RightMargin { double get(); void set(double value); };
public double RightMargin { get; set; }
Public Property RightMargin As Double
Property Value
Remarks
Margins are set or returned in points. Use the InchesToPoints(Double) method or the CentimetersToPoints(Double) method to convert measurements from inches or centimeters.