ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / createDequantizer Method
The source of data for the dequantizer.
The number of range bits for each component. Must be the number of range bits of the mixed components.
The DecoderSpecs instance after any image manipulation.

In This Topic
    createDequantizer Method
    In This Topic
    Returns the dequantizer parameters. Dequantizer parameters normally are the quantization step sizes, see DequantizerParams.
    Syntax
    'Declaration
     
    
    Public Function createDequantizer( _
       ByVal src As CBlkQuantDataSrcDec, _
       ByVal rb() As Integer, _
       ByVal decSpec2 As DecoderSpecs _
    ) As Dequantizer
    public Dequantizer createDequantizer( 
       CBlkQuantDataSrcDec src,
       int[] rb,
       DecoderSpecs decSpec2
    )

    Parameters

    src
    The source of data for the dequantizer.
    rb
    The number of range bits for each component. Must be the number of range bits of the mixed components.
    decSpec2
    The DecoderSpecs instance after any image manipulation.

    Return Value

    The dequantizer
    See Also