Okapi .NET Library

IFilter.GetVariantCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of variants supported by the filter.

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

Return Value

Number of variant supported by the filter.

Remarks

Each filter must support at least one variant (the default one).

See Also

IFilter Interface | Okapi.Library.Filter Namespace