ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet Namespace / Subband Class / Parent Property

In This Topic
    Parent Property (Subband)
    In This Topic
    Returns the parent of this subband. The parent of a subband is the subband from which this one was obtained by decomposition. The root element has no parent subband (null).
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property Parent As Subband
    public abstract Subband Parent {get;}

    Property Value

    The parent subband, or null for the root one.
    See Also