ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / getPPX Method
the tile index
the component index
the resolution level

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

    Parameters

    t
    the tile index
    c
    the component index
    rl
    the resolution level

    Return Value

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