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