Calculates the maximum number of resolution levels in the compressed file.
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared ReadOnly Property MaximumDecompressionLevels As Integer |
C# | |
---|
public static int MaximumDecompressionLevels {get;} |
C++/CLI | |
---|
public:
static property int MaximumDecompressionLevels {
int get();
} |
Property Value
The maximum number of resolution levels in the compressed file.
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also