SetInputItem provides a quick way to set up a FileConvertJob with a particular item from a SearchResults list.
public SetInputItem(ref SearchResults results, Int32 whichItem);
Public Sub SetInputItem(ByRef results As SearchResults, whichItem As Int32)
|
Parameters |
Description |
|
results |
The SearchResults containing the document to convert. |
|
whichItem |
The zero-based index of the document in results |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|