ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / PktDecoder Class / getPrecInfo Method
Component index.
Resolution level index.
Precinct index.

In This Topic
    getPrecInfo Method (PktDecoder)
    In This Topic
    Get PrecInfo instance of the specified resolution level, component and precinct.
    Syntax
    'Declaration
     
    
    Public Overridable Function getPrecInfo( _
       ByVal c As Integer, _
       ByVal r As Integer, _
       ByVal p As Integer _
    ) As PrecInfo
    public virtual PrecInfo getPrecInfo( 
       int c,
       int r,
       int p
    )

    Parameters

    c
    Component index.
    r
    Resolution level index.
    p
    Precinct index.
    See Also