LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MemoryFlags Property
See Also 
Leadtools Namespace > RasterDefaults Class : MemoryFlags Property



Gets or sets a value that specifies the type of memory to use when creating new RasterImage objects.

Syntax

Visual Basic (Declaration) 
Public Shared Property MemoryFlags As RasterMemoryFlags
Visual Basic (Usage)Copy Code
Dim value As RasterMemoryFlags
 
RasterDefaults.MemoryFlags = value
 
value = RasterDefaults.MemoryFlags
C# 
public static RasterMemoryFlags MemoryFlags {get; set;}
C++/CLI 
public:
static property RasterMemoryFlags MemoryFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

A RasterMemoryFlags enumeration value that specifies the type of memory to use when creating new RasterImage objects.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also