See Also Examples Applies To
Returns the number of pages currently available in a multipage tiff image.
Syntax
object.TiffGetPageCount (nImageID)
The TiffGetPageCount syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| nImageID | Required. Long. GdPicture Image handle. The multipage tiff image handle. |
Returns
Long. Number of pages currently available in the multipage tiff image. Returns 0 if the image is not a multipage tiff image.
Remarks
This function works with editable multipage tiff images and with multipage tiff images opened as read only.
Category
Multipage TIFF Functions