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;
Number of variant supported by the filter.
Each filter must support at least one variant (the default one).
IFilter Interface | Okapi.Library.Filter Namespace