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

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

    Parameters

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

    Return Value

    The width in pixels of component c in the overall image.
    See Also