API Reference > OdDb Classes > OdDbPlotSettings Class > OdDbPlotSettings Methods > OdDbPlotSettings::setShadePlotCustomDPI Method
OdDbPlotSettings::setShadePlotCustomDPI Method
Syntax
C++
void setShadePlotCustomDPI(OdInt16 shadePlotCustomDPI);
Parameters 
Description 
OdInt16 shadePlotCustomDPI 
[in] Shade plot custom DPI. 

Sets the shade plot custom DPI for this PlotSettings object.

shadePlotCustomDPI specifies the custom resolution at which shaded and vectorized viewports will plot if shadePlotResLevel == ShadePlotResLevel::kCustom. 

shadePlotCustomDPI should be used only if the shade plot resolution level is set to ShadePlotResLevel::kCustom. 

 

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