ReleaseTextBlocks
Text, Extraction
Description
Releases the memory used by a text block list.
Syntax
Delphi
function TPDFlib.ReleaseTextBlocks(TextBlockListID: Integer): Integer;ActiveX
Function PDFlib::ReleaseTextBlocks(TextBlockListID As Long) As LongDLL
int DLReleaseTextBlocks(int InstanceID, int TextBlockListID);Parameters
| TextBlockListID | A value returned by the ExtractPageTextBlocks function |
|---|