PageSetup.BottomMargin Property

Definition

Returns or sets the size of the bottom margin in points.

public:
 property double BottomMargin { double get(); void set(double value); };
public double BottomMargin { get; set; }
Public Property BottomMargin As Double

Property Value

Remarks

Margins are set or returned in points. Use either the InchesToPoints(Double) method or the CentimetersToPoints(Double) method to do the conversion.

Applies to