ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / BitstreamReaderAgent Class / getPPY Method
The tile index
The index of the component (between 0 and N-1)
The resolution level, from 0 to L.

In This Topic
    getPPY Method (BitstreamReaderAgent)
    In This Topic
    Returns the precinct partition height for the specified tile-component and (tile-component) resolution level.
    Syntax
    'Declaration
     
    
    Public Function getPPY( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    public int getPPY( 
       int t,
       int c,
       int rl
    )

    Parameters

    t
    The tile index
    c
    The index of the component (between 0 and N-1)
    rl
    The resolution level, from 0 to L.

    Return Value

    The precinct partition height in the specified component, for the specified resolution level, for the current tile.
    See Also