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

In This Topic
    nextSubband Method
    In This Topic
    Returns the next subband in the same resolution level, following the subband index order. If already at the last subband then null is returned. If this subband is not a leaf an IllegalArgumentException is thrown.
    Syntax
    'Declaration
     
    
    Public Overridable Function nextSubband() As Subband
    public virtual Subband nextSubband()

    Return Value

    The next subband in the same resolution level, following the subband index order, or null if already at last subband.
    See Also