Common Reference > Document Class > SaveXaml Method > (String,Double,PageMode,String,Boolean) Document.SaveXaml Method (String,Double,PageMode,String,Boolean)
Save document to named file as a XAML Canvas.
public void SaveXaml(
string filename,
double dpi,
PageMode pagemode,
string header,
bool html
);
-
filename
- Name of output file.
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
pagemode
- Page layout to use for multiple pages (defaults to PageMode.Vertical).
-
header
- Arbitrary XAML code to include at top of Canvas.
-
html
- Wrap XAML Canvas into an HTML page, using Silverlight.js and Silverplot.js (defaults to false).
See also ...Document.Members | Document.SaveXaml Method
Send comments on this topic © Dyalog Ltd 2021
|