ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi.encoder Namespace / ROIScaler Class / isReversible Method
The tile to test for reversibility
The component to test for reversibility

In This Topic
    isReversible Method (ROIScaler)
    In This Topic
    Since ROI scaling is always a reversible operation, it calls isReversible() method of it source (the quantizer module).
    Syntax
    'Declaration
     
    
    Public Overridable Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    public virtual 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