ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterIntLift5x3 Class / ImplType Property

In This Topic
    ImplType Property (SynWTFilterIntLift5x3)
    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
     
    
    Public Overrides ReadOnly Property ImplType As Integer
    public override int ImplType {get;}

    Property Value

    WT_FILTER_INT_LIFT.
    See Also