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

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

    Property Value

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