ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / WaveletFilter Interface / ImplType Property

In This Topic
    ImplType Property (WaveletFilter)
    In This Topic
    Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
    Syntax
    'Declaration
     
    
    ReadOnly Property ImplType As Integer
    int ImplType {get;}

    Property Value

    The implementation type of this filter: WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.
    See Also