ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / HeaderEncoder Class / HeaderEncoder Constructor
The original image data (before any component mixing, tiling, etc.)
An array specifying for each component if it was originally signed or not.
The discrete wavelet transform module.
The tiler module.
The encoder specifications
The ROI scaler module.
The post compression rate allocator.
ParameterList instance.

In This Topic
    HeaderEncoder Constructor
    In This Topic
    Initializes the header writer with the references to the coding chain.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal origsrc As ImgData, _
       ByVal isorigsig() As Boolean, _
       ByVal dwt As ForwardWT, _
       ByVal tiler As Tiler, _
       ByVal encSpec As EncoderSpecs, _
       ByVal roiSc As ROIScaler, _
       ByVal ralloc As PostCompRateAllocator, _
       ByVal pl As ParameterList _
    )

    Parameters

    origsrc
    The original image data (before any component mixing, tiling, etc.)
    isorigsig
    An array specifying for each component if it was originally signed or not.
    dwt
    The discrete wavelet transform module.
    tiler
    The tiler module.
    encSpec
    The encoder specifications
    roiSc
    The ROI scaler module.
    ralloc
    The post compression rate allocator.
    pl
    ParameterList instance.
    See Also