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.PrintAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 PaperSize
- The paper size.
Return Value
PaperSettingsA populated paper settings.
See Also