Gets page count.
[Visual Basic]
Public Function GetPageCount() As Integer
[C#]
public int GetPageCount();
Return Value
Returns page count.
Example
How to get page count.
Dim count As Integer = printSupport.GetPageCount()
int count = printSupport.GetPageCount();
See Also
AwDbPrintSupport Class | Asterworld.Data Namespace