ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterIntLift5x3 Class / Reversible Property

In This Topic
    Reversible Property (SynWTFilterIntLift5x3)
    In This Topic
    Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Reversible As Boolean
    public override bool Reversible {get;}

    Property Value

    true since the 5x3 is reversible, provided the appropriate rounding is performed.
    See Also