←Select platform

MemoryThreshold Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly