Common Reference > Document Class > SaveXaml Method > (String,Double,PageMode,String) Document.SaveXaml Method (String,Double,PageMode,String)
Save document as XAML with given resolution, page mode, and extra header content.
public void SaveXaml(
string filename,
double dpi,
PageMode pagemode,
string header
);
-
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.
See also ...Document.Members | Document.SaveXaml Method
Send comments on this topic © Dyalog Ltd 2021
|