[]
Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.
public abstract bool Reversible { get; }
Public MustOverride ReadOnly Property Reversible As Boolean
| Type | Description |
|---|---|
| bool | true if the filter is reversible, false otherwise. |