Gets or sets the accumulative page heights.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Double> Pages { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Pages As List(Of Double) |
A list of accumulative page heights.
See Also