ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.dequantizer Namespace / StdDequantizerParams Class
Members

In This Topic
    StdDequantizerParams Class
    In This Topic
    This class holds the parameters for the scalar deadzone dequantizer (StdDequantizer class) for the current tile. Its constructor decodes the parameters from the main header and tile headers.
    Object Model
    StdDequantizerParams Class
    Syntax
    'Declaration
     
    
    Public Class StdDequantizerParams 
       Inherits DequantizerParams
    public class StdDequantizerParams : DequantizerParams 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.quantization.dequantizer.DequantizerParams
          CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams

    See Also