ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / StdEntropyCoder Class / getPPY Method
the tile index
the component
the resolution level

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

    Parameters

    t
    the tile index
    c
    the component
    rl
    the resolution level

    Return Value

    The precinct partition height for the specified component, tile and resolution level
    See Also