VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class / ProgressiveDecodingDepth Property
Syntax Remarks Requirements SeeAlso
In This Topic
ProgressiveDecodingDepth Property (ImageRenderingTask)
In This Topic
Gets or sets the depth of progressive decoding.
Syntax
'Declaration

Public Property ProgressiveDecodingDepth As System.Int32

public System.Int32 ProgressiveDecodingDepth { get; set; }

Property Value

N - count of progressive images (steps) to generate.
Default value is 1.
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 this property is set to 2 and value of the ProgressiveDecodingScaleFactor property is set to 4.

Requirements

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

See Also