Sets the name of the encoding used for the item.
[Visual Basic] Sub SetEncoding( _ ByVal p_sValue As String _ ) [C#] void SetEncoding( string p_sValue ); [C++] void SetEncoding( String* p_sValue ); [JScript] function SetEncoding( String p_sValue );
Use this method to set the name of the encoding the item will use for some of its output (e.g. RTF).
IFilterItem Interface | Okapi.Library.Filter Namespace