You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Multipage TIFF Manipulation > TiffGetPageCount Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.TiffGetPageCount Method

Returns the number of pages currently available in a multipage tiff image.

C#
public int TiffGetPageCount(
    int ImageID
);
Visual Basic
Public Function TiffGetPageCount(
    ByVal ImageID As Integer
) As Integer
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier. The multipage tiff image.  
Returns

Number of pages currently available in the multipage tiff image. Returns 0 if the image is not a multipage tiff image.

This function works with editable multipage tiff images and with multipage tiff images opened as read only.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.