Keyoti RapidSpell Silverlight API Docs
Position Property
APIKeyoti.RapidSpell.CompressionZlibStreamPosition
Keyoti RapidSpell Silverlight
The position of the stream pointer.
Declaration Syntax
C#Visual BasicVisual C++F#
public override long Position { 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;
}
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)