GdPicture image identifier.





In This Topic

GetPageCount Method (GdPictureImaging)

In This Topic
Returns the page count in a GdPicture image.
Syntax
'Declaration

 

Public Function GetPageCount( _

   ByVal ImageID As Integer _

) As Integer
public int GetPageCount( 

   int ImageID

)
public function GetPageCount( 

    ImageID: Integer

): Integer; 
public function GetPageCount( 

   ImageID : int

) : int;
public: int GetPageCount( 

   int ImageID

) 
public:

int GetPageCount( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier.

Return Value

The page count in a GdPicture image.
Remarks
Use the GetStat() method to determine if this method succeeded.
See Also