Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSetBasePlotSettingsPE::setPlotPaperSize Method
Syntax
C++
virtual OdResult setPlotPaperSize(OdRxObject* pPlotSetObj, double paperWidth, double paperHeight) = 0;

Sets the size of the paper for the specified PlotSettings object. 

 

Parameters
Description
paperWidth
[in] Sets the paper width.
paperHeight
[in] Sets the paper height.
pPlotSettings
[in] Pointer to the PlotSettings object.

Returns eOk if successful or an appropriate error code otherwise.

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

 

Copyright © 2002-2022. Open Design Alliance All rights reserved.