ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / Progression Class / Progression Constructor
The progression type
The component index start
The component index end
The resolution level index start
The resolution level index end
The layer index end

In This Topic
    Progression Constructor
    In This Topic
    Constructor. Builds a new Progression object with specified type and bounds of progression.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Integer, _
       ByVal cs As Integer, _
       ByVal ce As Integer, _
       ByVal rs As Integer, _
       ByVal re As Integer, _
       ByVal lye As Integer _
    )
    public Progression( 
       int type,
       int cs,
       int ce,
       int rs,
       int re,
       int lye
    )

    Parameters

    type
    The progression type
    cs
    The component index start
    ce
    The component index end
    rs
    The resolution level index start
    re
    The resolution level index end
    lye
    The layer index end
    See Also