AwDbPrintSupport.GetPageIndexInGroup Method 

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.