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

Returns the current page (or selected page) in a multipage tiff image.

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

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.