DASetTextExtractionWordGap
Text, Extraction, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Sets the word gap ratio for the text extraction functionality.
This function affects the results of the ExtractFilePageText and DAExtractPageText functions only.
Syntax
Delphi
function TQuickPDF0815.DASetTextExtractionWordGap(NewWordGap: Double): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::DASetTextExtractionWordGap(
NewWordGap As Double) As Long
DLL
int QuickPDFDASetTextExtractionWordGap(int InstanceID, double NewWordGap)
Parameters
| NewWordGap | The new WordGap ratio |
Return values
| 1 | The word gap ratio was set successfully. |