API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getPlotPaperSize Method
OdDbBaseVisualStylePE::getPlotPaperSize Method
Syntax
C++
virtual void getPlotPaperSize(const OdRxObject*, double& paperWidth, double& paperHeight) = 0;
Parameters 
Description 
[out] A reference to be used for returning the paper width value.  
[out] A reference to be used for returning the paper height value. 

Returns the current paper size for a specified layout. 

param [in] A pointer to a layout object.

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