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