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

In This Topic
    getDequantizerType Method (StdDequantizerParams)
    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 Overrides Function getDequantizerType() As System.Integer
    public override System.int getDequantizerType()

    Return Value

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

    Reference

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