ComponentOne PDF for .NET
CSJ2K.j2k.quantization.quantizer Namespace / CBlkQuantDataSrcEnc Interface / isReversible Method
Tile index
Component index

In This Topic
    isReversible Method (CBlkQuantDataSrcEnc)
    In This Topic
    Returns the reversibility of the given tile-component. Data is reversible when it is suitable for lossless and lossy-to-lossless compression.
    Syntax
    'Declaration
     
    
    Function isReversible( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Boolean
    bool isReversible( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    true is the data is reversible, false if not.
    See Also