DAGetTextBlockCount
Text, Extraction, Direct access functionality
Description
Returns the number of text blocks in the specified text block list.
Syntax
Delphi
function TPDFlib.DAGetTextBlockCount(TextBlockListID: Integer): Integer;ActiveX
Function PDFlib::DAGetTextBlockCount(TextBlockListID As Long) As LongDLL
int DLDAGetTextBlockCount(int InstanceID, int TextBlockListID);Parameters
| TextBlockListID | A value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions |
|---|