PageSettings
MarginTop Property
|
Top 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 MarginTop { get; set; }
Public Property MarginTop As Double
Get
Set
public:
property double MarginTop {
double get ();
void set (double value);
}
member MarginTop : float with get, set
Property Value
Type:
Double
See Also