GoXam for WPF v3
Bounds Property (PrintManager)
Northwoods.GoXam Namespace > PrintManager Class : Bounds Property
Gets or sets the area of the model to be printed, in model coordinates.
Syntax
public Rect Bounds {get; set;}

Property Value

The default value is Rect.Empty. A value of Rect.Empty causes it to print either the whole DiagramBounds if Parts is null or empty, or else the union of the bounds of the given collection of Parts.
See Also

Reference

PrintManager Class
PrintManager Members