You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Regions > GetRegionPage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.GetRegionPage Method

Retrieve the page of a region from his ID (the page number on which the region should appears).

C#
public int GetRegionPage(
    int RegionID
);
Visual Basic
Public Function GetRegionPage(
    ByVal RegionID As Integer
) As Integer
Parameters
Parameters 
Description 
RegionID 
The ID of the region. 
Returns

The page of the region.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.