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

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

    Property Value

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