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

In This Topic
    getImplementationType Method (WaveletTransform)
    In This Topic
    Returns the implementation type of this wavelet transform (WT_IMPL_LINE or WT_IMPL_FRAME) for the specified component, in the current tile.
    Syntax
    'Declaration
     
    
    Function getImplementationType( _
       ByVal c As Integer _
    ) As Integer
    int getImplementationType( 
       int c
    )

    Parameters

    c
    The index of the component.

    Return Value

    WT_IMPL_LINE or WT_IMPL_FULL for line, block or full-page based transforms.
    See Also