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 LongDLL
int DLDAReleaseTextBlocks(int InstanceID, int TextBlockListID);Parameters
| TextBlockListID | A value returned by the DAExtractPageTextBlocks or ExtractFilePageTextBlocks functions |
|---|