This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
When overridden in a derived class, gets the number of characters in the current EncoderFallbackBuffer object that remain to be processed.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public override int Remaining { get; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides ReadOnly Property Remaining As Integer
	Get

Field Value

Return Value

The number of characters in current fallback buffer that have not yet been processed.

See Also

Advanced