API Reference > OdDbRoot Classes > OdDbBaseVisualStylePE Class > OdDbBaseVisualStylePE Methods > OdDbBaseVisualStylePE::getPaperSize Method
OdDbBaseVisualStylePE::getPaperSize Method
Syntax
C++
virtual void getPaperSize(const OdRxObject*, double& paperWidth, double& paperHeight) const = 0;
Parameters 
Description 
double& paperWidth 
[out] A reference for storing and retrieving paper width value.  
double& paperHeight 
[out] A reference for storing and retrieving 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.