C#
VB
WinRT C#
C++
Gets or sets a value that specifies the memory restrictions for allocating new RasterImage objects.
public static RasterMemoryThreshold MemoryThreshold { get; set; }
Public Shared Property MemoryThreshold As Leadtools.RasterMemoryThreshold
public static Leadtools.RasterMemoryThreshold MemoryThreshold {get; set;}
<br/>get_MemoryThreshold();<br/>set_MemoryThreshold(value);<br/>Object.defineProperty('MemoryThreshold');
public:
static property Leadtools.RasterMemoryThreshold MemoryThreshold {
Leadtools.RasterMemoryThreshold get();
void set ( Leadtools.RasterMemoryThreshold );
}
A RasterMemoryThreshold object that specifies the memory restrictions for allocating new RasterImage objects.
For an example, refer to RasterDefaults.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET