DAGetTextBlockText

Text, Extraction, Direct access functionality

Description

Returns the text in the specified text block.

Syntax

Delphi

function TPDFlib.DAGetTextBlockText(TextBlockListID, Index: Integer): WideString;

ActiveX

Function PDFlib::DAGetTextBlockText(TextBlockListID As Long, Index As Long) As String

DLL

wchar_t * DLDAGetTextBlockText(int InstanceID, int TextBlockListID, int Index);

Parameters

TextBlockListIDA value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions
IndexThe index of the text block. The first text block in the list has an index of 1.