GoXam for WPF v3
Parts Property
Northwoods.GoXam Namespace > PrintManager Class : Parts Property
Gets or sets the collection of Parts to be printed.
Syntax
public IEnumerable<Part> Parts {get; set;}

Property Value

The default value is null. A null value or an empty collection causes it to print all printable parts in the diagram. All given Parts must belong to the Diagram.
See Also

Reference

PrintManager Class
PrintManager Members