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

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

    Parameters

    t
    the tile index
    c
    the component
    rl
    the resolution level

    Return Value

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