ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization Namespace / QuantTypeSpec Class / isReversible Method
The index of the tile
The index of the component

In This Topic
    isReversible Method (QuantTypeSpec)
    In This Topic
    Check the reversibility of the given tile-component.
    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 index of the tile
    c
    The index of the component

    Return Value

    Whether or not the tile-component is reversible
    See Also