You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > PDF Features > PdfGetPageText > PdfGetPageText Method (Integer)
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PdfGetPageText Method (Integer)

Returns the text of a specific page of the displayed PDF.

C#
public String PdfGetPageText(
    int Page
);
Visual Basic
Public Function PdfGetPageText(
    ByVal Page As Integer
) As String
Parameters
Parameters 
Description 
Page 
The page to extract the text.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.