ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.dequantizer Namespace / StdDequantizer Class / StdDequantizer Constructor
From where to obtain the quantized data.

In This Topic
    StdDequantizer Constructor
    In This Topic
    Initializes the source of compressed data. And sets the number of range bits and fraction bits and receives the parameters for the dequantizer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CBlkQuantDataSrcDec, _
       ByVal utrb() As Integer, _
       ByVal decSpec As DecoderSpecs _
    )
    public StdDequantizer( 
       CBlkQuantDataSrcDec src,
       int[] utrb,
       DecoderSpecs decSpec
    )

    Parameters

    src
    From where to obtain the quantized data.
    utrb
    decSpec
    Exceptions
    ExceptionDescription
    Thrown if 'outdt' is neither TYPE_FLOAT nor TYPE_INT, or if 'param' specify reversible quantization and 'outdt' is not TYPE_INT or 'fp' has non-zero values, or if 'outdt' is TYPE_FLOAT and 'fp' has non-zero values.
    See Also