ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / PktEncoder Class / PktEncoder Constructor
The source of information to construct the object.
The encoding parameters.
Maximum number of precincts in each tile, component and resolution level.
ParameterList instance that holds command line options

In This Topic
    PktEncoder Constructor
    In This Topic
    Creates a new packet encoder object, using the information from the 'infoSrc' object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal infoSrc As CodedCBlkDataSrcEnc, _
       ByVal encSpec As EncoderSpecs, _
       ByVal numPrec() As Coord, _
       ByVal pl As ParameterList _
    )

    Parameters

    infoSrc
    The source of information to construct the object.
    encSpec
    The encoding parameters.
    numPrec
    Maximum number of precincts in each tile, component and resolution level.
    pl
    ParameterList instance that holds command line options
    See Also