Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.codestream Namespace / ProgressionType Class
Members

In This Topic
    ProgressionType Class
    In This Topic
    This class defines the identifiers for the different codestream profiles and progression types.
    Object Model
    ProgressionType Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class ProgressionType 
    public static class ProgressionType 
    Remarks

    Each progressive type has a different number: 'LY_RES_COMP_POS_PROG', 'RES_LY_COMP_POS_PROG', 'RES_POS_COMP_LY_PROG', 'POS_COMP_RES_LY_PROG' or 'COMP_POS_RES_LY_PROG'. These are the same identifiers are used in the codestream syntax.

    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.codestream.ProgressionType

    See Also