Open this page in the API Guide

PaperSettings.FromPaperSize 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 (25.1.0.1000)
Syntax
public static PaperSettings FromPaperSize(
	PaperSize paperSize
)

Parameters

paperSize
Type: Dundas.BI.Print.PaperSize
The paper size.

Return Value

Type: PaperSettings
A populated paper settings.
See Also