LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

MaximumConventionalSize Property






Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF). .NET support WinRT support
Syntax
public long MaximumConventionalSize {get; set;}
'Declaration
 
Public Property MaximumConventionalSize As Long
'Usage
 
Dim instance As RasterMemoryThreshold
Dim value As Long
 
instance.MaximumConventionalSize = value
 
value = instance.MaximumConventionalSize
public long MaximumConventionalSize {get; set;}
 get_MaximumConventionalSize();
set_MaximumConventionalSize(value);
public:
property int64 MaximumConventionalSize {
   int64 get();
   void set (    int64 value);
}

Property Value

An integer value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).
Remarks

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.

Example
For an example, refer to RasterDefaults.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterMemoryThreshold Structure
RasterMemoryThreshold Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.