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