ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / CodedCBlkDataSrcEnc Interface / getPPX Method
The tile
The component
The resolution level

In This Topic
    getPPX Method (CodedCBlkDataSrcEnc)
    In This Topic
    Returns the width of a packet for the specified tile-component and resolution level.
    Syntax
    'Declaration
     
    
    Function getPPX( _
       ByVal t As Integer, _
       ByVal c As Integer, _
       ByVal r As Integer _
    ) As Integer
    int getPPX( 
       int t,
       int c,
       int r
    )

    Parameters

    t
    The tile
    c
    The component
    r
    The resolution level

    Return Value

    The width of a packet for the specified tile- component and resolution level.
    See Also