GetTextBlockCount
Text, Extraction
Description
Returns the number of text blocks in the specified text block list.
Syntax
Delphi
Function TPDFlib.GetTextBlockCount(TextBlockListID: Integer): Integer;
ActiveX
Function PDFlib::GetTextBlockCount(TextBlockListID As Long) As Long
DLL
int DLGetTextBlockCount(int InstanceID, int TextBlockListID);
Parameters
| TextBlockListID | A value returned by the ExtractPageTextBlocks function |
|---|