Common Reference > Document Class > RenderBitmap Method > (Double,PageMode,TextRenderingHint) Document.RenderBitmap Method (Double,PageMode,TextRenderingHint)
Return document rendered through raster engine as a Bitmap object.
public Bitmap RenderBitmap(
double dpi,
PageMode pagemode,
TextRenderingHint textmode
);
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
pagemode
- Page layout to use for multiple pages (defaults to PageMode.Vertical).
-
textmode
- Text mode to use (defaults to TextRenderingHint.AntiAlias).
-
return value
- Document as a Bitmap object.
See also ...Document.Members | Document.RenderBitmap Method
Send comments on this topic © Dyalog Ltd 2021
|