vpdf_GetPageText(hVPDF As Long, dwPageNumber As Integer, szText As String, dwBuffSize As Integer) As Boolean
Description
Returns the text of a PDF page.
Parameters
Long |
hVPDF |
Handle to the Vector PDF object. |
Integer |
dwPageNumber |
0-based index of the page. |
String |
szText |
A buffer to hold the returned text. |
Integer |
dwBuffSize |
The size of the buffer. The required buffer size is vpdf_GetPageTextLength() + 1 characters. |
Return value
TRUE on success, otherwise FALSE.