Common Reference > Document Class > RenderPageMap Method > (Double) Document.RenderPageMap Method (Double)
Return an instance of the PageMap class with given resolution and vertical page mode.
public PageMap RenderPageMap(
double dpi
);
-
dpi
- Resolution of the PageMap unit, in units per inch (defaults to 72 for coordinates in points, use your DPI setting for coordinates in pixels).
-
return value
- PageMap instance for completed chart.
See also ...Document.Members | Document.RenderPageMap Method
Send comments on this topic © Dyalog Ltd 2021
|