Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
MemoryFlags Property
See Also 
Leadtools Namespace > RasterImageMemoryInformation Structure : MemoryFlags Property




Gets or sets type of memory allocated for the image data.

Syntax

Visual Basic (Declaration) 
Public Property MemoryFlags As RasterMemoryFlags
Visual Basic (Usage)Copy Code
Dim instance As RasterImageMemoryInformation
Dim value As RasterMemoryFlags
 
instance.MemoryFlags = value
 
value = instance.MemoryFlags
C# 
public RasterMemoryFlags MemoryFlags {get; set;}
Managed Extensions for C++ 
public: __property RasterMemoryFlags get_MemoryFlags();
public: __property void set_MemoryFlags( 
   RasterMemoryFlags value
);
C++/CLI 
public:
property RasterMemoryFlags MemoryFlags {
   RasterMemoryFlags get();
   void set (RasterMemoryFlags value);
}

Return Value

A combination of the RasterMemoryFlags enumeration members that specify the type of memory allocated for the image data.

Example

For an example, refer to RasterImage.MemoryInformation.

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