Common Reference > Document Class > RenderMetafile Method > (PageMode,TextRenderingHint) Document.RenderMetafile Method (PageMode,TextRenderingHint)
Return document as Metafile with given page mode and text rendering mode.
public Metafile RenderMetafile(
PageMode pagemode,
TextRenderingHint textmode
);
-
pagemode
- Page layout to use (defaults to PageMode.Vertical).
-
textmode
- Text mode to use (defaults to TextRenderingHint.AntiAlias).
-
return value
- Created Metafile.
See also ...Document.Members | Document.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|