Gets the current page number of the graph.
[Visual Basic]
Public ReadOnly Property CurrentPageNumber As Integer
[C#]
public int CurrentPageNumber {get;}
Property Value
Value that indicates the current page number.
Example
How to get the current page number.
Dim num As Integer = graphBuild.CurrentPageNumber
int num = graphBuild.CurrentPageNumber;
See Also
AwGraphBuild Class | Asterworld.Graph Namespace