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

Property Value

The default template prints cut marks and page numbers. You can see its definition in the Generic.XAML file in the docs subdirectory of the GoXam installation.
Remarks

The foreground elements are printed in front of all Parts.

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

See Also

Reference

PrintManager Class
PrintManager Members