VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class / ProgressiveDecodingScaleFactor Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ProgressiveDecodingScaleFactor Property (ImageRenderingTask)
    In This Topic
    Gets or sets a scale factor for progressive image on one step.
    Syntax
    'Declaration
    
    Public Property ProgressiveDecodingScaleFactor As System.Int32
    
    
    public System.Int32 ProgressiveDecodingScaleFactor { get; set; }
    
    
    public: __property System.Int32 get_ProgressiveDecodingScaleFactor();
    public: __property void set_ProgressiveDecodingScaleFactor(
    System.Int32 value
    );
    public:
    property System.Int32 ProgressiveDecodingScaleFactor { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    N (from 2 to int.MaxValue) - progressive image has quality N times less than image on next step.
    Default value is 4.
    Remarks

    2 progressive images (with scale (25/4=6)% and (100/4=25)%) will be generated and the source image will be rendered if value of the ProgressiveDecodingDepth property is set to 2 and value of this property is set to 4.

    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