AwDbPrintSupport.GetPageCountInGroup Method 

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

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.