Visual Basic (Declaration) | |
---|---|
Public Property MaximumConventionalSize As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int MaximumConventionalSize {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_MaximumConventionalSize(); public: __property void set_MaximumConventionalSize( int value ); |
Return Value
An integer value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).Any images with a size bigger than this will be allocated as tiled.
If the MaximumConventionalSize value is > 0, then it represents the maximum size in bytes.
If the MaximumConventionalSize value is < 0, then it represents the maximum size in percentage of the total memory (physical and swap).
Values less than –100 are not allowed.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family