Keyoti RapidSpell Desktop .NET API Docs
BufferSize Property
APIKeyoti.RapidSpell.CompressionGZipStreamBufferSize
Keyoti RapidSpell Desktop .NET
The size of the working buffer for the compression codec.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int BufferSize { get; set; }
public int BufferSize { get; set; }
Public Property BufferSize As Integer
	Get
	Set
Public Property BufferSize As Integer
	Get
	Set
public:
property int BufferSize {
	int get ();
	void set (int value);
}
public:
property int BufferSize {
	int get ();
	void set (int value);
}
member BufferSize : int with get, set
member BufferSize : int with get, set
Property Value
Remarks

The working buffer is used for all stream operations. The default size is 1024 bytes. The minimum size is 128 bytes. You may get better performance with a larger buffer. Then again, you might not. You would have to test it.

Set this before the first call to Read() or Write() on the stream. If you try to set it afterwards, it will throw.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412