Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer Namespace / DequantizerParams Class
Members

In This Topic
    DequantizerParams Class
    In This Topic
    This is the generic ineterface for dequantization parameters. Generally, for each type of dequantizer, there should be a corresponding class to store its parameters. The parameters are those that come from the bit stream header, that concern dequantization.
    Object Model
    DequantizerParams Class
    Syntax
    'Declaration
     
    Public MustInherit Class DequantizerParams 
    public abstract class DequantizerParams 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer.DequantizerParams
          GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer.StdDequantizerParams

    See Also