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 Long

DLL

int DLDASetTextExtractionWordGap(int InstanceID, double NewWordGap);

Parameters

NewWordGapThe new WordGap ratio

Return values

1The word gap ratio was set successfully.