ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / StdQuantizer Class / isReversible Method
The tile to test for reversibility
The component to test for reversibility

In This Topic
    isReversible Method (StdQuantizer)
    In This Topic
    Returns true if the quantized data is reversible, for the specified tile-component. For the quantized data to be reversible it is necessary and sufficient that the quantization is reversible.
    Syntax
    'Declaration
     
    
    Public Overrides Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    public override bool isReversible( 
       int t,
       int c
    )

    Parameters

    t
    The tile to test for reversibility
    c
    The component to test for reversibility

    Return Value

    True if the quantized data is reversible, false if not.
    See Also