Okapi .NET Library

IFilter.ResetInput Method 

 [This is preliminary documentation and subject to change.]

Resets the input.

[Visual Basic]
Sub ResetInput()
[C#]
void ResetInput();
[C++]
void ResetInput();
[JScript]
function ResetInput();

Remarks

Use this method to to reset the current input for re-processing, without re-calling OpenInputFile or OpenInputString. You do not need to call this method if you have just open the input.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | OpenInputFile | OpenInputString | ReadItem