API Reference > OdDb Classes > OdDbPlotSettingsValidator Class > OdDbPlotSettingsValidator Methods > OdDbPlotSettingsValidator::setCustomPrintScale Method
OdDbPlotSettingsValidator::setCustomPrintScale Method
Syntax
C++
virtual OdResult setCustomPrintScale(OdDbPlotSettings* pPlotSettings, double numerator, double denominator) = 0;
Parameters 
Description 
OdDbPlotSettings* pPlotSettings 
[in] Pointer to the PlotSettings object.  
double numerator 
[in] Receives the PaperSpace units.  
double denominator 
[in] Receives the media units. 

Sets the custom print scale for the specified PlotSettings object. 

 

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

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