PageSettings
MarginBottom Property
|
Bottom margin in inches. Defaults to 1cm (~0.4 inches).
Namespace:
Spire.Additions.Chrome
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public double MarginBottom { get; set; }
Public Property MarginBottom As Double
Get
Set
public:
property double MarginBottom {
double get ();
void set (double value);
}
member MarginBottom : float with get, set
Property Value
Type:
Double
See Also