PaperSettings Class |
Namespace: Dundas.BI.Print
The PaperSettings type exposes the following members.
Name | Description | |
---|---|---|
PaperSettings |
Initializes a new instance of the PaperSettings class.
|
Name | Description | |
---|---|---|
Height |
Gets or sets the height of the paper.
| |
InnerHeight |
Gets the usable height of the page after orientation and margins are considered.
| |
InnerWidth |
Gets the usable width of the page after orientation and margins are considered.
| |
MarginBottom |
Gets or sets size of the bottom page margin.
| |
MarginLeft |
Gets or sets size of the left page margin.
| |
MarginRight |
Gets or sets size of the right page margin.
| |
MarginTop |
Gets or sets size of the top page margin.
| |
Orientation |
Gets or sets the paper orientation.
| |
OrientedHeight |
Gets the height of the page after orientation is considered.
| |
OrientedWidth |
Gets the width of the page after orientation is considered.
| |
Size |
Gets or sets the height of the paper.
| |
Unit |
Gets or sets unit the page dimensions are specified in.
| |
Width |
Gets or sets the width of the paper.
|
Name | Description | |
---|---|---|
FromPaperSize |
Creates a new paper setting with default margins and width, height, and unit that
corresponds to one of the standard paper sizes.
| |
SetMargins(Double) |
Sets all margins to the specified value.
| |
SetMargins(Double, PaperUnit) |
Sets all margins to the specified value.
| |
ToUnit |
Converts all values from the current unit to the specified unit.
|
Name | Description | |
---|---|---|
DefaultMarginInches |
The default paper margin in inches.
|