Keyoti RapidSpell Silverlight API Docs
SetDictionary Method (dictionary)
APIKeyoti.RapidSpell.CompressionZlibCodecSetDictionary(array<Byte>[]()[][])
Keyoti RapidSpell Silverlight
Set the dictionary to be used for either Inflation or Deflation.
Declaration Syntax
C#Visual BasicVisual C++F#
public int SetDictionary(
	byte[] dictionary
)
Public Function SetDictionary ( 
	dictionary As Byte()
) As Integer
public:
int SetDictionary(
	array<unsigned char>^ dictionary
)
member SetDictionary : 
        dictionary : byte[] -> int 
Parameters
dictionary (array<Byte>[]()[][])
The dictionary bytes to use.
Return Value
Int32
Z_OK if all goes well.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)