[]
Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.
public abstract bool Reversible { get; }
true if the filter is reversible, false otherwise.