ComponentOne PDF for .NET
CSJ2K.j2k.quantization.dequantizer Namespace / CBlkQuantDataSrcDec Interface / getCompImgHeight Method
The resolution level, from 0 to L.

In This Topic
    getCompImgHeight Method (CBlkQuantDataSrcDec)
    In This Topic
    Returns the height in pixels of the specified component in the overall image, for the given resolution level.
    Syntax
    'Declaration
     
    
    Function getCompImgHeight( _
       ByVal n As Integer, _
       ByVal rl As Integer _
    ) As Integer
    int getCompImgHeight( 
       int n,
       int rl
    )

    Parameters

    n
    rl
    The resolution level, from 0 to L.

    Return Value

    The height in pixels of component n in the overall image.
    See Also