Returns the number of pages currently available in a multipage tiff image.
public int TiffGetPageCount( int ImageID );
Public Function TiffGetPageCount( ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multipage tiff image. |
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.
|