DASetTextExtractionWordGap
Text, Extraction, Direct access functionality
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 TPDFlib.DASetTextExtractionWordGap(NewWordGap: Double): Integer;ActiveX
Function PDFlib::DASetTextExtractionWordGap(NewWordGap As Double) As LongDLL
int DLDASetTextExtractionWordGap(int InstanceID, double NewWordGap);Parameters
| NewWordGap | The new WordGap ratio |
|---|
Return values
| 1 | The word gap ratio was set successfully. |
|---|