Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPlotSettingsValidator::setCustomPrintScale Method
Syntax
C++
virtual OdResult setCustomPrintScale(OdDbPlotSettings* pPlotSettings, double numerator, double denominator) = 0;

Sets the custom print scale for the specified PlotSettings object. 

 

Parameters
Description
pPlotSettings
[in] Pointer to the PlotSettings object.
numerator
[in] Receives the PaperSpace units.
denominator
[in] Receives the media units.

The custom print scale always reflects the scale that this PlotSettings object will use to plot.

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