ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / PrecinctSizeSpec Class / getPPX Method
The tile index, in raster scan order. Specify -1 if it is not a specific tile.
The component index. Specify -1 if it is not a specific component.
The resolution level

In This Topic
    getPPX Method (PrecinctSizeSpec)
    In This Topic
    Returns the precinct partition width in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account.
    Syntax
    'Declaration
     
    
    Public Overridable Function getPPX( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal rl As Integer _
    ) As Integer
    public virtual int getPPX( 
       int t,
       int c,
       int rl
    )

    Parameters

    t
    The tile index, in raster scan order. Specify -1 if it is not a specific tile.
    c
    The component index. Specify -1 if it is not a specific component.
    rl
    The resolution level

    Return Value

    The precinct partition width in component 'c' and tile 't' at resolution level 'rl'.
    See Also