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 TDebenuPDFLibrary1811.DASetTextExtractionWordGap(
NewWordGap: Double): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::DASetTextExtractionWordGap(
NewWordGap As Double) As Long
DLL
int DPLDASetTextExtractionWordGap(int InstanceID, double NewWordGap)
Parameters
NewWordGap | The new WordGap ratio |
Return values
1 | The word gap ratio was set successfully. |