ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / CodedCBlkDataSrcEnc Interface / getCompImgHeight Method
The index of the component, from 0 to N-1.

In This Topic
    getCompImgHeight Method (CodedCBlkDataSrcEnc)
    In This Topic
    Returns the height in pixels of the specified component in the overall image.
    Syntax
    'Declaration
     
    
    Function getCompImgHeight( _
       ByVal c As Integer _
    ) As Integer
    int getCompImgHeight( 
       int c
    )

    Parameters

    c
    The index of the component, from 0 to N-1.

    Return Value

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