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

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

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

True if success, else False (Unknown Region).

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