ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / InvWTFull Class / getImplementationType Method
The index of the component.

In This Topic
    getImplementationType Method (InvWTFull)
    In This Topic
    Returns the implementation type of this wavelet transform, WT_IMPL_FULL (full-page based transform). All components return the same.
    Syntax
    'Declaration
     
    
    Public Overrides Function getImplementationType( _
       ByVal c As Integer _
    ) As Integer
    public override int getImplementationType( 
       int c
    )

    Parameters

    c
    The index of the component.

    Return Value

    WT_IMPL_FULL
    See Also