'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.