Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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;}
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also