Visual Basic (Declaration) | |
---|---|
Public Shared ReadOnly Property MaximumDecompressionLevels As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim value As Integer value = CodecsJpeg2000SaveOptions.MaximumDecompressionLevels |
C# | |
---|---|
public static int MaximumDecompressionLevels {get;} |
Property Value
The maximum number of resolutions supported by LEAD J2K.For an example, refer to CodecsJpeg2000Options.
The maximum number of levels depends on the size of the image. Passing values that are too large will cause the save operation to fail. Each resolution level is one-half the size of the previous resolution, starting with the full image resolution. The default value is 5.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)