Gets or sets the index of the first DiagramPage to print in a TabbedDiagramView, or null, to print from the first page in the view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Nullable<Int32> FromDiagramPage { get; set; } |
Visual Basic Copy Code |
---|
Public Property FromDiagramPage As Nullable(Of Int32) |
The 0-based index of the first page to print.