PaperSettingsDataMarginBottom Property |
Gets or sets size of the bottom page margin.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "marginBottom", EmitDefaultValue = false)]
public double MarginBottom { get; set; }
<DataMemberAttribute(Name := "marginBottom", EmitDefaultValue := false)>
Public Property MarginBottom As Double
Get
Set
public:
[DataMemberAttribute(Name = L"marginBottom", EmitDefaultValue = false)]
property double MarginBottom {
double get ();
void set (double value);
}
[<DataMemberAttribute(Name = "marginBottom", EmitDefaultValue = false)>]
member MarginBottom : float with get, set
Property Value
Type:
DoubleSee Also