Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
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;}
Managed Extensions for C++ 
public: __property static RasterMemoryFlags get_MemoryFlags();
public: __property static void set_MemoryFlags( 
   RasterMemoryFlags value
);
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 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