Keyoti RapidSpell Desktop .NET API Docs
SetDictionary Method (dictionary)
APIKeyoti.RapidSpell.CompressionZlibCodecSetDictionary(array<Byte>[]()[][])
Keyoti RapidSpell Desktop .NET
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412