Okapi .NET Library

IFilter.CloseInput Method 

 [This is preliminary documentation and subject to change.]

Closes the current input.

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

Remarks

If you are also using the output of the filter, you must call CloseInput after CloseOutput as some filters may need to have some input information in order to generate the output.

See Also

IFilter Interface | Okapi.Library.Filter Namespace