Gets the page count of group of page that was specified by parameter.
[Visual Basic]
Public Function GetPageCountInGroup( _
ByVal pageNumber As Integer _
) As Integer
[C#]
public int GetPageCountInGroup(
int pageNumber
);
Parameters
-
pageNumber
- Page number.
Return Value
Returns page count.
Example
How to get the page count of group of the first page.
Dim count As Integer = printSupport.GetPageCountInGroup(1)
int count = printSupport.GetPageCountInGroup(1);
See Also
AwDbPrintSupport Class | Asterworld.Data Namespace