Common Reference > Document Class > RenderPageMap Method Document.RenderPageMap Method
Return an instance of the PageMap class with given resolution and page mode.
The resolution is in units per inch, and defaults to 72 for coordinates in points. Use your output DPI setting for coordinates in pixels.
Overloads
Result
PageMap instance for whole document.
Example
bmp=doc.RenderBitmap(96); // 96 dots per inch;
pm = doc.RenderPageMap(96); // use pixels as coordinates
See also ...PageMap Class | Document.Members
Send comments on this topic © Dyalog Ltd 2021
|