ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / PktInfo Class / PktInfo Constructor
The layer index for the code-block in this packet
The packet index

In This Topic
    PktInfo Constructor
    In This Topic
    Classe's constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal lyIdx As Integer, _
       ByVal pckIdx As Integer _
    )
    public PktInfo( 
       int lyIdx,
       int pckIdx
    )

    Parameters

    lyIdx
    The layer index for the code-block in this packet
    pckIdx
    The packet index
    See Also