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

In This Topic
    NextResLevel Property
    In This Topic
    Returns the first leaf subband element in the next higher resolution level.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property NextResLevel As Subband
    public virtual Subband NextResLevel {get;}

    Property Value

    The first leaf element in the next higher resolution level, or null if there is no higher resolution level.
    See Also