'DeclarationPublic Function TiffGetCurrentPage( _ ByVal ImageID As Integer _ ) As Integer
public int TiffGetCurrentPage( int ImageID )
public function TiffGetCurrentPage( ImageID: Integer ): Integer;
public function TiffGetCurrentPage( ImageID : int ) : int;
public: int TiffGetCurrentPage( int ImageID )
public: int TiffGetCurrentPage( int ImageID )
Parameters
- ImageID
- A unique image identifier of the GdPicture image representing the multipage TIFF image.
Return Value
The page number of the currently selected page in the specified multipage TIFF image. It is a value from 1 to GdPictureImaging.TiffGetPageCount or 0 if no page is selected.
Please always use the GdPictureImaging.GetStat method to determine if this method has been successful.
