PaperSettingsFromPaperSize Method |
Creates a new paper setting with default margins and width, height, and unit that
corresponds to one of the standard paper sizes.
Namespace:
Dundas.BI.Print
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static PaperSettings FromPaperSize(
PaperSize paperSize
)
Public Shared Function FromPaperSize (
paperSize As PaperSize
) As PaperSettings
public:
static PaperSettings^ FromPaperSize(
PaperSize paperSize
)
static member FromPaperSize :
paperSize : PaperSize -> PaperSettings
Parameters
- paperSize
- Type: Dundas.BI.PrintPaperSize
The paper size.
Return Value
Type:
PaperSettingsA populated paper settings.
See Also