VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / ProgressionOrder Property
Syntax Requirements SeeAlso
In This Topic
    ProgressionOrder Property (Jpeg2000EncoderSettings)
    In This Topic
    Gets or sets the organization of the compressed data in the codestream.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(LRCP)>
    <DescriptionAttribute("The organization of the compressed data in the codestream.")>
    Public Property ProgressionOrder As Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.ProgressionOrder
    
    
    [DefaultValue(LRCP)]
    [Description("The organization of the compressed data in the codestream.")]
    public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.ProgressionOrder ProgressionOrder { get; set; }
    
    
    [DefaultValue(LRCP)]
    [Description("The organization of the compressed data in the codestream.")]
    public: __property Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.ProgressionOrder get_ProgressionOrder();
    public: __property void set_ProgressionOrder(
    Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.ProgressionOrder value
    );

    Property Value

    Default value is ProgressionOrder.LRCP.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also