Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

MemoryThreshold Property








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;}
 <br/>get_MemoryThreshold();<br/>set_MemoryThreshold(value);<br/>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

Error processing SSI file