Common Reference > Document Class > RenderXaml Method > (Double,PageMode,String)

Document.RenderXaml Method (Double,PageMode,String)

Return document as XAML with given resolution, page mode and extra header content.

public string RenderXaml(
    double dpi,
    PageMode pagemode,
    string header
);
dpi
Resolution to use, in dots per inch (defaults to 96).
pagemode
Page layout to use (defaults to PageMode.Vertical).
header
Arbitrary XAML code to include at top of Canvas.
return value
Completed XAML Canvas containing document.

See also ...

Document.Members | Document.RenderXaml Method


Send comments on this topic
© Dyalog Ltd 2021