GdPicture image identifier.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / GetSelectedPage Method

GetSelectedPage Method (GdPictureImaging)

In This Topic
Returns the number of the selected page.
Syntax
'Declaration
 
Public Function GetSelectedPage( _
   ByVal ImageID As Integer _
) As Integer
public int GetSelectedPage( 
   int ImageID
)
public function GetSelectedPage( 
    ImageID: Integer
): Integer; 
public function GetSelectedPage( 
   ImageID : int
) : int;
public: int GetSelectedPage( 
   int ImageID
) 
public:
int GetSelectedPage( 
   int ImageID
) 

Parameters

ImageID
GdPicture image identifier.

Return Value

The number of the selected page.
Remarks
Use the GetStat() method to determine if this method succeeded.
See Also