Returns the text of the current page of a PDF.
public String PdfReaderGetPageText( int hPdf );
Public Function PdfReaderGetPageText( ByVal hPdf As Integer ) As String
|
Parameters |
Description |
|
hPdf |
A PDF handle returned by the PdfReaderLoadFromFile or the PdfReaderLoadFromStream function. |
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.
|