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