yucad3d

CadPrintGetPaperSize

Returns the paper size of the print setup.

void CadPrintGetPaperSize ( double* pWidth, double* pHeight );

Parameters

pWidth (double*)
Caller-supplied output pointer.
pHeight (double*)
Caller-supplied output pointer.

Return Value

None.

See Also