Search
PrintOptions.ToDiagramPage Property
See Also
 





Gets or sets the index of the last DiagramPage to print in a TabbedDiagramView, or null, to print to the last page in the view.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Nullable<Int32> ToDiagramPage { get; set; }

Visual Basic  Copy Code

Public Property ToDiagramPage As Nullable(Of Int32)

 Property Value

The 0-based index of the last page to print.

 See Also