Okapi .NET Library

IFilterItem.SetEncoding Method 

 [This is preliminary documentation and subject to change.]

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
);

Parameters

p_sValue
The name of the encoding to set. The value must be one of the IANA charset names.

Remarks

Use this method to set the name of the encoding the item will use for some of its output (e.g. RTF).

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace