Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
MemoryThreshold Property
See Also 
Leadtools Namespace > RasterDefaults Class : MemoryThreshold Property




Gets or sets a value that specifies the memory restrictions for allocating new RasterImage objects.

Syntax

Visual Basic (Declaration) 
Public Shared Property MemoryThreshold As RasterMemoryThreshold
Visual Basic (Usage)Copy Code
Dim value As RasterMemoryThreshold
 
RasterDefaults.MemoryThreshold = value
 
value = RasterDefaults.MemoryThreshold
C# 
public static RasterMemoryThreshold MemoryThreshold {get; set;}
Managed Extensions for C++ 
public: __property static RasterMemoryThreshold get_MemoryThreshold();
public: __property static void set_MemoryThreshold( 
   RasterMemoryThreshold value
);
C++/CLI 
public:
static property RasterMemoryThreshold MemoryThreshold {
   RasterMemoryThreshold get();
   void set (RasterMemoryThreshold value);
}

Return Value

A RasterMemoryThreshold object that specifies the memory restrictions for allocating new RasterImage objects.

Example

For an example, refer to RasterDefaults.

Requirements

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

See Also