Common Reference > Document Class > RenderPageMap Method > (Double,PageMode) Document.RenderPageMap Method (Double,PageMode)
Return an instance of the PageMap class with given resolution and page mode.
public PageMap RenderPageMap(
double dpi,
PageMode pagemode
);
-
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).
-
pagemode
- Page layout to use (defaults to PageMode.Vertical).
-
return value
- PageMap instance for completed chart.
See also ...Document.Members | Document.RenderPageMap Method
Send comments on this topic © Dyalog Ltd 2021
|