You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Creation > Low-level Functions > PdfGetCurrentPage Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfGetCurrentPage Method

Returns the current page number of a PDF.

C#
public int PdfGetCurrentPage(
    int PdfID
);
Visual Basic
Public Function PdfGetCurrentPage(
    ByVal PdfID As Integer
) As Integer
Parameters
Parameters 
Description 
PdfID 
A PDF identifier returned by the PdfNewPdf(), PdfOCRStart(), PdfOcrStartStream(), TwainPDFStart() or TwainPdfStartStream() function. 
Returns

The current page number. 1 for page first page, 2 for second...

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