ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getTileHeight Method
The (tile) resolution level.

In This Topic
    getTileHeight Method (BitstreamReaderAgent)
    In This Topic
    Returns the overall height of the current tile in pixels, for the given resolution level. This is the tile's height without accounting for any component subsampling.

    Note: Tile resolution level indexes may be different from tile-component resolution index. They are indeed indexed starting from the lowest number of decomposition levels of each component of the tile.

    For an image (1 tile) with 2 components (component 0 having 2 decomposition levels and component 1 having 3 decomposition levels), the first (tile-)component has 3 resolution levels and the second one has 4 resolution levels, whereas the tile has only 3 resolution levels available.

    Syntax
    'Declaration
     
    
    Public Overridable Function getTileHeight( _
       ByVal rl As Integer _
    ) As Integer
    public virtual int getTileHeight( 
       int rl
    )

    Parameters

    rl
    The (tile) resolution level.

    Return Value

    The total current tile's height in pixels.
    See Also