CODPageSettings::GetPaperSize

Gets the paper size.

Defined in: OdPageSettings.cpp

Syntax

void CODPageSettings::GetPaperSize(POINT& ptPaperSize)

void CODPageSettings::GetPaperSize(int& nPaperWidth, int& nPaperHeight)

Return Value

void

Parameters

ptPaperSize

A point in which to place the paper size.

nPaperWidth

A reference to place the paper width in.

nPaperHeight

A reference to place the paper height in.