DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / Jpeg2000CompressionOptions Class / Progression Property



    Progression Property
    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
    Remarks

    Default is LRCP (Layer Resolution Component Position)

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also