dtSearch Text Retrieval Engine .NET interface

FileConverter.SetInputItem Method 

SetInputItem provides a quick way to set up a FileConvertJob with a particular item from a SearchResults list.

public void SetInputItem(
   SearchResults results,
   int whichItem
);

Parameters

results
The SearchResults containing the document to convert.
whichItem
The zero-based index of the document in results

See Also

FileConverter Class | dtSearch.Engine Namespace