You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > PDF Reader > PdfReaderGetPageText Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.PdfReaderGetPageText Method

Returns the text of the current page of a PDF.

C#
public String PdfReaderGetPageText(
    int hPdf
);
Visual Basic
Public Function PdfReaderGetPageText(
    ByVal hPdf As Integer
) As String
Parameters
Parameters 
Description 
hPdf 
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function.  
Returns

The whole page text.

You can use the GetStat() function to determine if this function failed.

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