GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / GetSelectedPage Method
GdPicture image identifier.





In This Topic
GetSelectedPage Method (GdPictureImaging)
In This Topic
Returns the number of the selected page.
Syntax
'Declaration
 
Public Function GetSelectedPage( _
   ByVal ImageID As Integer _
) As Integer
 

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