Keyoti RapidSpell Desktop .NET API Docs
Position Property
APIKeyoti.RapidSpell.CompressionGZipStreamPosition
Keyoti RapidSpell Desktop .NET
The position of the stream pointer.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public override long Position { get; set; }
public override long Position { get; set; }
Public Overrides Property Position As Long
	Get
	Set
Public Overrides Property Position As Long
	Get
	Set
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}
public:
virtual property long long Position {
	long long get () override;
	void set (long long value) override;
}
abstract Position : int64 with get, set
override Position : int64 with get, set
abstract Position : int64 with get, set
override Position : int64 with get, set
Property Value
Remarks
Setting this property always throws a NotImplementedException. Reading will return the total bytes written out, if used in writing, or the total bytes read in, if used in reading. The count may refer to compressed bytes or uncompressed bytes, depending on how you've used the stream.

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