Common Reference > Document Class > RenderMetafile Method > (PageMode,TextRenderingHint,EmfType,Double) Document.RenderMetafile Method (PageMode,TextRenderingHint,EmfType,Double)
Return or stream document as one of the Extended Metafile formats.
public Metafile RenderMetafile(
PageMode pagemode,
TextRenderingHint textmode,
EmfType emftype,
double dpi
);
-
pagemode
- Page layout to use (defaults to PageMode.Vertical).
-
textmode
- Text mode to use (defaults to TextRenderingHint.AntiAlias).
-
emftype
- Specifies the nature of the records that are placed in an EMF (defaults to EmfType.EmfPlusDual).
-
dpi
- Metafile resolution in dots per inch (defaults to 96).
-
return value
- Created Metafile.
See also ...Document.Members | Document.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|