LEADTOOLS (Leadtools assembly)

MemoryThreshold Property

Show in webframe







Gets or sets a value that specifies the memory restrictions for allocating new RasterImage objects.
Syntax
public static RasterMemoryThreshold MemoryThreshold {get; set;}
'Declaration
 
Public Shared Property MemoryThreshold As RasterMemoryThreshold
'Usage
 
Dim value As RasterMemoryThreshold
 
RasterDefaults.MemoryThreshold = value
 
value = RasterDefaults.MemoryThreshold
public static RasterMemoryThreshold MemoryThreshold {get; set;}

            

            
 
get_MemoryThreshold();
set_MemoryThreshold(value);
Object.defineProperty('MemoryThreshold');
public:
static property RasterMemoryThreshold MemoryThreshold {
   RasterMemoryThreshold get();
   void set (    RasterMemoryThreshold value);
}

Property Value

A RasterMemoryThreshold object that specifies the memory restrictions for allocating new RasterImage objects.
Example
For an example, refer to RasterDefaults.
Requirements

Target Platforms

See Also

Reference

RasterDefaults Class
RasterDefaults Members

 

 


Products | Support | Contact Us | Copyright Notices

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