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
)

Parameters

paperSize
Type: Dundas.BI.PrintPaperSize
The paper size.

Return Value

Type: PaperSettings
A populated paper settings.
See Also