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 LongDLL
int DLGetTextBlockCount(int InstanceID, int TextBlockListID);Parameters
| TextBlockListID | A value returned by the ExtractPageTextBlocks function |
|---|