Okapi .NET Library

IFilterItem.GetLength Method 

 [This is preliminary documentation and subject to change.]

Gets the original length of the text of the item in the input.

[Visual Basic]
Function GetLength() As Integer
[C#]
int GetLength();
[C++]
int GetLength();
[JScript]
function GetLength(): int;

Return Value

The original length of the text of the item in the input.

Remarks

The value returned by this method is not always the same as the value returned by a call to GetTextLength for the original format. The parsed text may have been transformed, for example to un-wrap a paragraph. The value returned by this method is the length of the text as it is in the input.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace