Returns the current page (or selected page) in a multipage tiff image.
public int TiffGetCurrentPage( int ImageID );
Public Function TiffGetCurrentPage( ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The multipage tiff image. |
Returns the current page of the multipage tiff image. Returns 0 if the image have not page selected.
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.
|