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

In This Topic
    getDequantizerType Method (DequantizerParams)
    In This Topic
    Returns the type of the dequantizer for which the parameters are. The types are defined in the Dequantizer class.
    Syntax
    'Declaration
     
    Public MustOverride Function getDequantizerType() As System.Integer
    public abstract System.int getDequantizerType()

    Return Value

    The type of the dequantizer for which the parameters are.
    See Also

    Reference

    DequantizerParams Class
    DequantizerParams Members
    GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.quantization.dequantizer.Dequantizer