Common Reference > Document Class > RenderBitmap Method > (Double,PageMode)

Document.RenderBitmap Method (Double,PageMode)

Return Bitmap at given resolution and page mode.

public Bitmap RenderBitmap(
    double dpi,
    PageMode pagemode
);
dpi
Resolution to use, in dots per inch (defaults to 96).
pagemode
Page layout to use for multiple pages (defaults to PageMode.Vertical).
return value
Document as a Bitmap object.

See also ...

Document.Members | Document.RenderBitmap Method


Send comments on this topic
© Dyalog Ltd 2021