Class PageSetting
Class for PageSetting.
Inheritance
System.Object
PageSetting
Namespace: BoldReports.Serialization.JsonModels
Assembly: BoldReports.UWP.dll
Syntax
public class PageSetting : Object
Constructors
PageSetting()
Declaration
public PageSetting()
Properties
MarginBottom
Gets or sets the double value of MarginBottom.
Declaration
public double MarginBottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginLeft
Gets or sets the double value of MarginLeft.
Declaration
public double MarginLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginRight
Gets or sets the double value of MarginRight.
Declaration
public double MarginRight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MarginTop
Gets or sets the double value of MarginTop.
Declaration
public double MarginTop { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PaperHeight
Gets or sets the double value of PaperHeight.
Declaration
public double PaperHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PaperWidth
Gets or sets the double value of PaperWidth.
Declaration
public double PaperWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |