Common Reference > Document Class > RenderMetafile Method > (Stream,PageMode) Document.RenderMetafile Method (Stream,PageMode)
Write document to given Stream as Metafile with given page mode.
public void RenderMetafile(
Stream stream,
PageMode pagemode
);
-
stream
- Stream to output Metafile to.
-
pagemode
- Page layout to use (defaults to PageMode.Vertical).
-
return value
- Created Metafile.
See also ...Document.Members | Document.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|