DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpeg2000CompressionOptions Class / Progression Property



In This Topic
    Progression Property
    In This Topic
    The order in which to output the packets
    Syntax
    'Declaration
     
    
    Public Property Progression As Progression
    'Usage
     
    
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Progression
     
    instance.Progression = value
     
    value = instance.Progression
    public Progression Progression {get; set;}
    public:
    property Progression Progression {
       Progression get();
       void set (    Progression value);
    }
    Remarks

    Default is LRCP (Layer Resolution Component Position)

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also