Gets the page count of the graph.
[Visual Basic]
Public ReadOnly Property PageCount As Integer
[C#]
public int PageCount {get;}
Property Value
Value that indicates the page count.
Example
How to get the page count.
Dim count As Integer = awGraph1.PageCount
int count = awGraph1.PageCount;
See Also
AwGraph Class | Asterworld.Graph Namespace