'DeclarationPublic Function TiffGetPageCount( _ ByVal ImageID As Integer _ ) As Integer
public int TiffGetPageCount( int ImageID )
public function TiffGetPageCount( ImageID: Integer ): Integer;
public function TiffGetPageCount( ImageID : int ) : int;
public: int TiffGetPageCount( int ImageID )
public: int TiffGetPageCount( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the multipage TIFF image.
Return Value
The number of pages in the specified multipage TIFF image. Please always use the GetStat method to determine if this method has been successful.
