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

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

    Parameters

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

    Return Value

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