Class PageSetup
Class for PageSetup.
Inheritance
System.Object
PageSetup
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class PageSetup : Object
Constructors
PageSetup()
Declaration
public PageSetup()
Properties
MarginBottom
Gets or sets the MarginBottom.
Declaration
public double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Margin Bottom. |
MarginLeft
Gets or sets the MarginLeft.
Declaration
public double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Margin Left. |
MarginRight
Gets or sets the MarginRight.
Declaration
public double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Margin Right. |
MarginTop
Gets or sets the MarginTop.
Declaration
public double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Margin Top. |
PaperHeight
Gets or sets the PaperHeight.
Declaration
public double PaperHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Paper Height. |
PaperWidth
Gets or sets the PaperWidth.
Declaration
public double PaperWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The Paper Width. |