Parameters |
Description |
OdDbPlotSettings* pPlotSettings |
[in] Pointer to the PlotSettings object. |
double paperWidth |
[in] Paper width. |
double paperHeight |
[in] Paper height. |
const PlotPaperUnits plotPaperUnits |
[in] Plot paper units. |
bool matchPrintableArea |
[in] True to match against printable area or physical media size. |
Sets the media name closest to the specified parameters for the specified PlotSettings object.
The plot paper units determine the units of the margins, offsets, paper size, and drawing units.
plotPaperUnits must be one of the following:
Name |
Value |
Description |
kInches |
0 |
Inches |
kMillimeters |
1 |
Millimeters |
kPixels |
2 |
Pixels |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|