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
SyntaxC#
Copy Code
|
|---|
public Nullable<Int32> ToDiagramPage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ToDiagramPage As Nullable(Of Int32) |
The 0-based index of the last page to print.
See Also