DAReleaseTextBlocks
Direct access functionality
Description
Releases the memory used by a text block list.
Syntax
Delphi
Function TPDFlib.DAReleaseTextBlocks(TextBlockListID: Integer): Integer;
ActiveX
Function PDFlib::DAReleaseTextBlocks(TextBlockListID As Long) As Long
DLL
int DLDAReleaseTextBlocks(int InstanceID, int TextBlockListID);
Parameters
| TextBlockListID | A value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions |
|---|