Class PageSettings
Customizes the page design of the report viewer.
Inheritance
System.Object
PageSettings
Namespace: BoldReports.Writer
Assembly: BoldReports.Web.dll
Syntax
public class PageSettings : Object
Remarks
PageSettings contains the properties to define the Page Height, Page Width and Page Margins
Constructors
PageSettings()
Declaration
public PageSettings()
Properties
BottomMargin
Gets or sets the bottom margin in the unit inch.
Declaration
public double BottomMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The bottom margin in the unit inch. |
LeftMargin
Gets or sets the left margin, in the unit inch.
Declaration
public double LeftMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The left margin in the unit inch. |
PageHeight
Gets or sets the paper height in the unit inch.
Declaration
public double PageHeight { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The paper height in the unit inch. |
PageWidth
Gets or sets the paper width in the unit inch.
Declaration
public double PageWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The paper width in the unit inch. |
RightMargin
Gets or sets the right margin in the unit inch.
Declaration
public double RightMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The right margin in the unit inch. |
TopMargin
Gets or sets the top margin in the unit inch.
Declaration
public double TopMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The top margin in the unit inch. |