Okapi .NET Library

IFilter.OpenOutputString Method 

 [This is preliminary documentation and subject to change.]

Creates an output string.

[Visual Basic]
Function OpenOutputString() As Boolean
[C#]
bool OpenOutputString();
[C++]
bool OpenOutputString();
[JScript]
function OpenOutputString(): bool;

Remarks

Use this method to open an output string. You can open an output string only when working with an input string.

If you want to use an encoding or a language in the output that is different from the input encoding or language, you must call SetOutputOptions before calling this method.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | CloseOutput | UseOutputLayer | SetOutputOptions