GoXam for WPF v3
BackgroundTemplate Property
Northwoods.GoXam Namespace > PrintManager Class : BackgroundTemplate Property
Gets or sets the DataTemplate printed as the background for each page.
Syntax
public DataTemplate BackgroundTemplate {get; set;}

Property Value

The default value is null -- this prints no per-page decorations.
Remarks

The background elements are printed behind any GridPattern.

The background DataTemplate is data-bound to an instance of PrintManager.PageInfo that describes the current page.

See Also

Reference

PrintManager Class
PrintManager Members