A FixedDocument suitable for printing.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public FixedDocument Document { get; }
Visual Basic (Declaration)
Public ReadOnly Property Document As FixedDocument

Remarks

The page order within the document is left to right, top to bottom. For example, if the diagram requires 3 pages horizontally and 2 pages vertically, then page 1 is the top left, page 3 the top right, page 4 the bottom left, and page 6 the bottom right.

See Also