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

In This Topic
    DequantizerType Property (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 ReadOnly Property DequantizerType As Integer
    public override int DequantizerType {get;}

    Property Value

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