Common Reference > Document Class > RenderXaml Method > (Double,PageMode) Document.RenderXaml Method (Double,PageMode)
Return document as XAML with given resolution and page mode.
public string RenderXaml(
double dpi,
PageMode pagemode
);
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
pagemode
- Page layout to use (defaults to PageMode.Vertical).
-
return value
- Completed XAML Canvas containing document.
See also ...Document.Members | Document.RenderXaml Method
Send comments on this topic © Dyalog Ltd 2021
|