Visual Basic (Declaration) | |
---|---|
Public Property MaximumConventionalSize As Long |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public long MaximumConventionalSize {get; set;} |
Return Value
An integer value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).For an example, refer to RasterDefaults.
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family