ComponentOne PDF for .NET
CSJ2K.j2k.image.input Namespace / ImgReader Class / getTileCompHeight Method
The tile index
The index of the component, from 0 to C-1.

In This Topic
    getTileCompHeight Method (ImgReader)
    In This Topic
    Returns the height in pixels of the specified tile-component. This default implementation assumes no tiling and no component subsampling (i.e., all components, or components, have the same dimensions in pixels).
    Syntax
    'Declaration
     
    
    Public Overridable Function getTileCompHeight( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public virtual int getTileCompHeight( 
       int t,
       int c
    )

    Parameters

    t
    The tile index
    c
    The index of the component, from 0 to C-1.

    Return Value

    The height in pixels of component c in tile t.
    See Also