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

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214