Sets the options for the output. Call this method before calling OpenOutputFile.
[Visual Basic] Function SetOutputOptions( _ ByVal p_sLanguage As String, _ ByVal p_sEncoding As String _ ) As Boolean [C#] bool SetOutputOptions( string p_sLanguage, string p_sEncoding ); [C++] bool SetOutputOptions( String* p_sLanguage, String* p_sEncoding ); [JScript] function SetOutputOptions( String p_sLanguage, String p_sEncoding ): bool;
True if the options are set successfully, false if an error occurs.
If they are both the same as for the input, you do not have to call this method.
If you call this method, you must call it before calling OpenOutputFile or OpenOutputString.
IFilter Interface | Okapi.Library.Filter Namespace | OpenInputFile | OpenInputString | OpenOutputFile | OpenOutputString