API Reference > OdDb Classes > OdDbPlotSettings Class > OdDbPlotSettings Methods > OdDbPlotSettings::getPlotPaperSize Method
OdDbPlotSettings::getPlotPaperSize Method
Syntax
C++
void getPlotPaperSize(double& paperWidth, double& paperHeight) const;

Returns the size of the paper for this PlotSettings object (DXF 44, 45).

Paper size is the physical paper size and includes margins. All distances are returned in millimeters, regardless of the drawing units.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.