GdPicture.NET.14
GdPicture14 Namespace / GdPictureImaging Class / SelectPage Method / SelectPage(Int32,Int32) Method
GdPicture image identifier.
The page number in the range [1 - GetPageCount()].





In This Topic
SelectPage(Int32,Int32) Method
In This Topic
Selects a page in a GdPicture image.
Syntax
'Declaration
 
Public Overloads Function SelectPage( _
   ByVal ImageID As Integer, _
   ByVal PageNo As Integer _
) As GdPictureStatus
public GdPictureStatus SelectPage( 
   int ImageID,
   int PageNo
)
public function SelectPage( 
    ImageID: Integer;
    PageNo: Integer
): GdPictureStatus; 
public function SelectPage( 
   ImageID : int,
   PageNo : int
) : GdPictureStatus;
public: GdPictureStatus SelectPage( 
   int ImageID,
   int PageNo
) 
public:
GdPictureStatus SelectPage( 
   int ImageID,
   int PageNo
) 

Parameters

ImageID
GdPicture image identifier.
PageNo
The page number in the range [1 - GetPageCount()].

Return Value

A member of the GdPictureStatus enumeration.
See Also