GetTextBlockText
Text, Extraction
Description
Returns the text in the specified text block.
Syntax
Delphi
Function TPDFlib.GetTextBlockText(TextBlockListID, Index: Integer): WideString;
ActiveX
Function PDFlib::GetTextBlockText(TextBlockListID As Long, Index As Long) As String
DLL
const wchar_t * DLGetTextBlockText(int InstanceID, int TextBlockListID, int Index);
Parameters
| TextBlockListID | A value returned by the ExtractPageTextBlocks function |
|---|---|
| Index | The index of the text block. The first text block in the list has an index of 1. |