Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also