ComponentOne PDF for .NET
CSJ2K.j2k.wavelet Namespace / Subband Class / LL Property

In This Topic
    LL Property (Subband)
    In This Topic
    Returns the LL child subband of this subband.
    Syntax
    'Declaration
     
    
    Public MustOverride ReadOnly Property LL As Subband
    public abstract Subband LL {get;}

    Property Value

    The LL child subband, or null if there are no childs.
    See Also